shithub: scc

ref: d8b42decda0af1265ba2d6a79b1fdbe5fb75e8d2
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif