shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif