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

#include <linux/string.h>

void *memdup(const void *, size_t);
int strtobool(const char *str, int *val);

#endif /* __STRING_H */