shithub: scc

ref: 61d8726cf90753d8e36ad03684becdd2420d0d40
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif