shithub: scc

ref: 0252c2debe6b62c840af38dfdb3b973f0e6d8c02
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif