shithub: scc

ref: 4f219193c028b5e3b35d7317c2ead65b0f721b5e
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif