home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples1.exe / MyC / Tests / tdll.myc < prev    next >
Encoding:
Text File  |  2000-06-23  |  78 b   |  10 lines

  1. static int a;
  2.  
  3. int foo(int a)
  4.   {
  5.   int b;
  6.   b = a;
  7.   return b;
  8.   }
  9.  
  10.