shithub: scc

ref: 28cca8469d717f90b81f429721c99997358d6a4c
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif