shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif