shithub: scc

ref: 3998b345a115b0d3a59ac550f4416010666eb822
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif