shithub: scc

ref: 0c1157ab7b327eb24b8692a5889ba5fe76a2aacc
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif