shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif