shithub: scc

ref: a142f2ed782fe618116e51495f9404740087f4a1
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

int printf(const char *fmt, ...);

#endif