shithub: scc

ref: 47c4f8aebf11f33fa841c25d85ab33410668ea24
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif