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

  1. #include <stdio.h>
  2.  
  3. int    hello(char *s)
  4. {
  5. printf("\n%s\n",s);
  6.  
  7. }
  8.