9
0
Fork 0
barebox/include/string.h

9 lines
127 B
C
Raw Normal View History

#ifndef __STRING_H
#define __STRING_H
2007-09-27 10:07:13 +00:00
#include <linux/string.h>
void *memdup(const void *, size_t);
#endif /* __STRING_H */