shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif