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

  1. #ifndef    PROTO_H
  2. #define PROTO_H
  3.  
  4. int    hello(char *s);
  5.  
  6. #endif /*== PROTO_H ==*/
  7.