shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif