shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif