shithub: scc

ref: 30334d566f4bdb8cc53c0507c0dad248291b5f4e
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif