shithub: scc

ref: 4508f6fa3070a9eff680dd0ccf819eabe31ff50b
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif