shithub: scc

ref: 47e042802dd3438d7a009a30aaf73bbb7bc7ffed
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif