shithub: scc

ref: 98095af694ef699b5371cf0dcd92982ccd71dedd
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif