home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l210 / 1.ddi / EXAMPLES.ARC / CH23EX02.C < prev    next >
Encoding:
Text File  |  1988-06-21  |  209 b   |  12 lines

  1. /*
  2.    Turbo Prolog 2.0 Reference Guide Chapter 3, Example Program 2
  3.    
  4.    Copyright (c) 1986, 88 by Borland International, Inc
  5.    
  6. */
  7.    
  8. void hello_c_0()
  9.    message_0("Hello from Turbo C"); 
  10. }
  11.