shithub: scc

ref: 188e6137d5263432892e87b80ce83a41ef11a8fe
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif