diff options
Diffstat (limited to 'sizes.c')
-rw-r--r-- | sizes.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#include<stdio.h> + +int main( int argc, char *argv[] ) { + printf("%d\n", sizeof(long)); +} |
index : c-stuff | ||
Wide assortment of random c snippets, tests and tools which don't deserve their own repository. | Tomasz Kramkowski <tomasz@kramkow.ski> |
aboutsummaryrefslogtreecommitdiffstats |