9
0
Fork 0
barebox/include/string.h

9 lines
127 B
C

#ifndef __STRING_H
#define __STRING_H
#include <linux/string.h>
void *memdup(const void *, size_t);
#endif /* __STRING_H */