index
:
cleanbench
master
a clean nbench
mattst88
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pointer.c
blob: f4de577e495257a2cd0ef86fea3c0b4cd363208f (
plain
)
1
2
3
4
5
6
#include <stdio.h> int main(){ printf("%d",(int)sizeof(long)); return(0); }