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

  1. ; hello.inc - Include file for hello.c
  2.  
  3. EXTRN C print_hello : PROC
  4.