shithub: scc

ref: 3b24f6d8f63683c0cf5e19b9af7f93a2e9f28215
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif