shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif