shithub: scc

ref: 38c240c4f09858a4ce71d70ee7fe16e7df7c9bff
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif