shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif