shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif