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

#include <stdint.h>

#ifdef __cplusplus
extern "C" 
{
#endif

    void* memset(void* s, int c, size_t n);

#ifdef __cplusplus
};
#endif

#endif
OpenPOWER on IntegriCloud