shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif