shithub: scc

ref: 8ba9cb0c07b756013c84ee092134d7c638a8dc7f
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif