shithub: scc

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

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif