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

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