summaryrefslogtreecommitdiffstats
path: root/xpa/doc/szlong.c
diff options
context:
space:
mode:
Diffstat (limited to 'xpa/doc/szlong.c')
-rw-r--r--xpa/doc/szlong.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/xpa/doc/szlong.c b/xpa/doc/szlong.c
deleted file mode 100644
index b0e84bc..0000000
--- a/xpa/doc/szlong.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <stdio.h>
-
-int main(int argc, char **argv)
-{
- fprintf(stdout, "%d\n", (int)sizeof(long));
- return 0;
-}
-