shithub: scc

ref: 4115398d1ad458a2db33759d7eeb62413b6017b0
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif