shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif