home *** CD-ROM | disk | FTP | other *** search
/ ANews 3 / AnewsCD3.iso / DP / Programmation / GCC / gcc_include / std.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-08  |  198 b   |  12 lines

  1. /*    all standard include for ansic.library    */
  2. /*    (c)Copyright 1992 Davide Pasetto         */
  3.  
  4. #ifndef    _STD_H
  5. #define _STD_H
  6.  
  7. #include <stdlib.h>
  8. #include <string.h>
  9. #include <stdio.h>
  10.  
  11. #endif    /* _STD_H */
  12.