shithub: scc

ref: 413a22a6e064b749973eff9083503e14e2cffd0f
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif