shithub: scc

ref: 2ce22577d4ef7361895212ed8719c8ff8f36e601
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif