shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif