shithub: scc

ref: c2d71566fa9857e9cb87d0508d9b75f7f5fe2c94
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif