aboutsummaryrefslogtreecommitdiffstats
path: root/sizes.c
diff options
context:
space:
mode:
Diffstat (limited to 'sizes.c')
-rw-r--r--sizes.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sizes.c b/sizes.c
new file mode 100644
index 0000000..4393392
--- /dev/null
+++ b/sizes.c
@@ -0,0 +1,5 @@
+#include<stdio.h>
+
+int main( int argc, char *argv[] ) {
+ printf("%d\n", sizeof(long *));
+}