cloudstack/thirdparty/nbench-byte-2.2.3/pointer.c

7 lines
79 B
C

#include <stdio.h>
int main(){
printf("%d",(int)sizeof(long));
return(0);
}