shithub: scc

ref: 45376df5234d6bf2d9600627aaa89afd3cf166c2
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif