Newer
Older
barebox / include / string.h
@Sascha Hauer Sascha Hauer on 27 Nov 2013 127 bytes string: Add (x)memdup
#ifndef __STRING_H
#define __STRING_H

#include <linux/string.h>

void *memdup(const void *, size_t);

#endif /* __STRING_H */