shithub: scc

ref: fc104bb2dabf97b04570992b6c3a6082f0c1aec2
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif