shithub: scc

ref: 3c1bc3ba7d6a901a60f374d7272cf89f9eacb442
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif