glibc/stdio.h

6 lines
83 B
C

#ifdef USE_IN_LIBIO
#include <libio/stdio.h>
#else
#include <stdio/stdio.h>
#endif