shithub: scc

ref: 78a3985267805daa0b8106101b0b7f53ab51590e
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif