shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif