home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c017 / 7.ddi / GPPLIB.ZIP / DUMMYLIB.CC < prev    next >
Encoding:
C/C++ Source or Header  |  1988-08-17  |  351 b   |  19 lines

  1. // This may look like C code, but it is really -*- C++ -*-
  2.  
  3. /*
  4.  compilation tests of g++ include files
  5.  
  6.  Sun Feb 14 07:39:03 1988  Doug Lea  (dl at rocky.oswego.edu)
  7. */
  8.  
  9. #include <std.h>
  10. #include <stddef.h>
  11. #include <math.h>
  12. #include <stdio.h>
  13. #include <stdarg.h>
  14.  
  15. void test0_message()
  16. {
  17.   printf("test0: successful execution\n");
  18. }
  19.