shithub: scc

ref: 2e0d56a3a143cd10b4d0c5163c0c8a37f54ae511
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif