shithub: scc

ref: 7f521afbab78ad89be36f6b3a3f358a0ad6ddfc1
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif