summaryrefslogtreecommitdiffstats
path: root/include/string.h
blob: a833da131bbe510857e3197a80174e72196e8e4e (plain)
1
2
3
4
5
6
7
8
#ifndef __STRING_H
#define __STRING_H

#include <linux/string.h>

void *memdup(const void *, size_t);

#endif /* __STRING_H */