shithub: scc

ref: abed3472b1cdf0e54d28e9e36473d7d6affaa250
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif