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
/
sizes.c
blob: 4393392731e828ea931d95fb159a6cbe2876953b (
plain
)
1
2
3
4
5
#include
<stdio.h>
int
main
(
int
argc
,
char
*
argv
[]
)
{
printf
(
"%d
\n
"
,
sizeof
(
long
*
));
}