shithub: scc

ref: 1fc4bd2a74431fc24c7c4dad51c67205044348aa
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif