shithub: scc

ref: 6b681a6a53eabc3fe7bff7c20ea168ce9c9922e4
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif