shithub: scc

ref: 3e1d484b33d59c87095ce175ac7fa180bc422132
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif