diff options
Diffstat (limited to 'sizes.c')
-rw-r--r-- | sizes.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #include<stdio.h> int main( int argc, char *argv[] ) { - printf("%d\n", sizeof(long)); + printf("%d\n", sizeof(long *)); } |