shithub: scc

ref: 245fc40cffc3b201f5cdf9e1b485fc7fa06e1463
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif