index
:
c-stuff
master
Wide assortment of random c snippets, tests and tools which don't deserve their own repository.
Tomasz Kramkowski <tomasz@kramkow.ski>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bool_problems.c
blob: 2c30c31d7ace030f3a2318d1c198af621564a44e (
plain
)
1
2
3
4
int
main
(
void
)
{
return
sizeof
(
_Bool
);
}