home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / tools / make / cmake / samples / if / hello.h < prev    next >
Encoding:
Text File  |  1991-11-16  |  73 b   |  4 lines

  1. /* hello.h - Include file for hello.c */
  2.  
  3. void print_hello ( void ) ;
  4.