shithub: scc

ref: 8a373bda8ce41c144488593ec6ef0550c305e7bc
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif