shithub: scc

ref: 54bc45420f91467c32d0cf539e11fae0ba0798f9
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif