shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif