shithub: scc

ref: 6a95017edb145c2cccb94579a0fea96f7adc1d7e
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif