shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif