Skip to content

Commit

Permalink
study
Browse files Browse the repository at this point in the history
  • Loading branch information
wenjun1055 committed Nov 25, 2013
1 parent 46d78ba commit 50e68c5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sizeof.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#include <stdio.h>

int main()
{
printf("%d\n", sizeof(size_t));

return 0;
}

0 comments on commit 50e68c5

Please sign in to comment.