shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif