shithub: scc

ref: 5babcf6a4140c21115b48c2694d918b78a8d0226
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif