home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / dev / c / CLib37x.lha / c_lib / source / include / example / example.h next >
Encoding:
C/C++ Source or Header  |  1996-12-05  |  289 b   |  16 lines

  1. /*
  2. **      $VER: example.h 37.1 (4.12.96)
  3. **
  4. **      main include file for example.library
  5. **
  6. **      (C) Copyright 1996 Andreas R. Kleinert
  7. **      All Rights Reserved.
  8. */
  9.  
  10. #ifndef EXAMPLE_EXAMPLE_H
  11. #define EXAMPLE_EXAMPLE_H
  12.  
  13.     /* nothing defined yet */
  14.  
  15. #endif /* EXAMPLE_EXAMPLE_H */
  16.