home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / amigan / amigan 4 / make / hello.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-01-27  |  84 b   |  8 lines

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