shithub: scc

ref: 4647857edbfea51d3d55f8a6d938d7430a86c71f
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif