shithub: scc

ref: db74516be9356bc40305d3ad683c95ec443a1866
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif