shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif