shithub: scc

ref: 3791d53a684fb8df4bbd7df4f834c1dc07595627
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif