shithub: scc

ref: 045728bdd4ff3888733cbf0ae65a93b15d39c2ec
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif