shithub: scc

ref: 39021320ba2df3a66a0f181683019cdee6667de9
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif