shithub: scc

ref: 9e72a9ad124dfe246dba4d7c0695d5580aa187f8
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif