shithub: scc

ref: 40f728bbc37cdce07a2dd000dfa81c0dfe0b307a
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif