shithub: scc

ref: 27ee78d5d5dc05661a28937a6c7096aa8ae64d35
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif