home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / unixlib36d / test / c / size < prev    next >
Encoding:
Text File  |  1994-03-08  |  81 b   |  9 lines

  1. #include "sys/os.h"
  2.  
  3. int
  4. main ()
  5. {
  6.   os_print ("Hello World\r\n");
  7.   return 0;
  8. }
  9.