shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif