shithub: scc

ref: 3ff81f0b0e0ae86bf5401a358d7775038f348c69
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif