home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_10_06 / 1006084b < prev    next >
Text File  |  1992-04-21  |  88b  |  11 lines

  1. #include "proto.h"
  2. #include <stdio.h>
  3.  
  4. main()
  5. {
  6. char *s = "Hello world.";
  7.  
  8. hello(s);
  9.  
  10. }
  11.