stdio.h 87 B

12345678
  1. #ifndef __STDIO_H__
  2. #define __STDIO_H__
  3. #define BUFSIZ 128
  4. #define EOF (-1)
  5. #endif