We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d78ba commit 50e68c5Copy full SHA for 50e68c5
sizeof.c
@@ -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