home *** CD-ROM | disk | FTP | other *** search
/ Chip: Windows 2000 Professional Resource Kit / W2KPRK.iso / apps / posix / source / EXAMPLES / A.C next >
Encoding:
C/C++ Source or Header  |  1999-11-17  |  77 b   |  7 lines

  1. #include <stdio.h>
  2.  
  3. void a (void)
  4. {
  5.     (void) printf("Now in a().\n");
  6. }
  7.