shithub: scc

ref: 136ad2f9afe68307b2056a256b319cb292017c3c
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif