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

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