summaryrefslogtreecommitdiff
path: root/libs/c/include/stdio.h
blob: 3b49b3aa8cb11d12a6c27671b9785a7ff432341d (plain)
1
2
3
4
5
6
#ifndef _C_STDIO_H
#define _C_STDIO_H

int sprintf(char *__restrict s, const char *__restrict format, ...);

#endif