shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif