shithub: scc

ref: 13e9450a9ff1d651e155841258a126f91c7a5e77
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif