Skip to content

Commit 50e68c5

Browse files
committed
study
1 parent 46d78ba commit 50e68c5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sizeof.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#include <stdio.h>
2+
3+
int main()
4+
{
5+
printf("%d\n", sizeof(size_t));
6+
7+
return 0;
8+
}

0 commit comments

Comments
 (0)