shithub: scc

ref: 45110f5f227f83965b9a008e52096b45e4b72d12
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif