shithub: scc

ref: 2f5e19af99a0de4f591acc246cde5869815a4719
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif