shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif