shithub: scc

ref: 537a655de72c1d487584e9c65c8ba53c00ae1f6b
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif