shithub: scc

ref: 612866dd4e41726fa1d66bb7f9dbfa39e1dfa9e2
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif