shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif