Newer
Older
barebox / include / string.h
@Sascha Hauer Sascha Hauer on 29 Apr 2016 169 bytes string: Introduce strtobool
#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 */