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

  1. /*
  2. **      $VER: example.h 37.1 (4.12.96)
  3. **
  4. **      prototype/pragma include for example.library
  5. **
  6. **      (C) Copyright 1996 Andreas R. Kleinert
  7. **      All Rights Reserved.
  8. */
  9.  
  10. #ifndef PROTO_EXAMPLE_H
  11. #define PROTO_EXAMPLE_H
  12.  
  13. #include <clib/example_protos.h>
  14. #include <pragmas/example_pragmas.h>
  15.  
  16. #endif /* PROTO_EXAMPLE_H */
  17.