shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif