shithub: scc

ref: 3fc33c857e20a88b54d6c44b38d5eda753a98bfb
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif