shithub: scc

ref: 4428ef865b3be5188fdf0c986ef5a0e114230484
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif