]> 4ch.mooo.com Git - 16.git/blob - src/test0.c
looking at tesuto now~
[16.git] / src / test0.c
1 #include <stdio.h>\r
2 #include <malloc.h>\r
3 \r
4 void main()\r
5 {\r
6         unsigned w;\r
7         unsigned far *z;\r
8 //      w = _nmalloc(sizeof(unsigned));\r
9         z=(&w);\r
10         for(w=0; w<16;w++)\r
11         {\r
12                 printf("z=(%Fp)%u       w=(%Fp)%u\n", z, *z, &w, w);\r
13         }\r
14 }\r