shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif