added writesize
[tridge/junkcode.git] / static.c
1 static char data[1000000] = {0};
2 static int x;
3
4
5 main()
6 {
7
8
9 }