added writesize
[tridge/junkcode.git] / sizeof2.c
1 main()
2 {
3         const char foo[] = "abc";
4         printf("%d\n", sizeof(foo));
5 }