summaryrefslogtreecommitdiffstats
path: root/src/include/stdio.h
blob: 87244b3be9271b8d44a3300a853af43011a97fb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __STDIO_H
#define __STDIO_H

#ifdef __cplusplus
extern "C"
{
#endif

int sprintf(char *str, const char * format, ...);


#ifdef __cplusplus
}
#endif

#endif
OpenPOWER on IntegriCloud