shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif