shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif