shithub: scc

ref: 685c15128166e0388a3658d430f36caa6cf2de34
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif