shithub: scc

ref: 4bdc0861ffc9d96e34e0f5a84cb05deca769cfaf
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif