shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif