shithub: scc

ref: 8c3fe74ebda3b3bdd8d1fbd5af3c03de6229c834
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif