shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif