shithub: scc

ref: 91cc5b95f08b79cefba27608f1ad94874ba34064
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif