shithub: scc

ref: 11845819cdd4384de7c96ccc63d97b9e35d6610c
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif