shithub: scc

ref: 53524f0343fd7d547953ab39b09f336d661d4d88
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif