shithub: scc

ref: 3fe369d20c2ac3e00272ce3e9fded43f3d9a5afc
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif