home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / Samples / CM100EXE.ARJ / CM100EXE.ZIP / SAMPLES / MASM / HELLO.H < prev    next >
Encoding:
Text File  |  1991-11-17  |  73 b   |  4 lines

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