home *** CD-ROM | disk | FTP | other *** search
/ Virtual Reality Madness / VRMAD96_ONE.ISO / virtek / libex / libex023.c < prev    next >
C/C++ Source or Header  |  1995-08-24  |  260b  |  9 lines

  1.                                 // Example: 023 from Library Reference
  2. #include "..\3D-Ware\dddware.h"
  3. short  main(void)
  4. {
  5.   dddDosPrint("Hello world.$"); // Print a string to a dos char display
  6.                                 // screen.
  7.   return 0;
  8. }
  9.