shithub: scc

ref: 4b0f334f7eca8920c3b91ba1ab68d0ebaec0cce0
dir: /cc1/tests/stdio.h/

View raw version
#ifndef _STDIO_H
#define _STDIO_H

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

#endif