shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif