#ifndef _C_STDIO_H #define _C_STDIO_H extern int sprintf(char *__restrict s, const char *__restrict format, ...); #endif