shithub: scc

ref: 07a329b7e6b3703b47b98fd6a954d68b8d36bb08
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif