shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif