stdio.h 97 B

12345678
  1. #ifndef __STDIO_H
  2. #define __STDIO_H
  3. #include <stddef.h>
  4. #define fprintf(...) ((void)0)
  5. #endif