home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Science / Science.zip / gmt_os2.zip / src / testfile.c < prev    next >
Encoding:
C/C++ Source or Header  |  1996-10-09  |  109 b   |  6 lines

  1. #include <stdio.h>
  2. void main ()
  3. {
  4.    printf ("\aThis is a test of a routine requirnng <stdio.h>!\n");
  5. }
  6.