shithub: scc

ref: d0a1eae3c5e2d9b4fd2dd6d8727d882f24d4a4ef
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif