shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif