shithub: scc

ref: 020a6282c06e9f61517d8a37495d888ec7527808
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif