shithub: scc

ref: 7bc77eb2a55559b64e2100e603490fc6bcc76aac
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif