cregit-Linux how code gets into the kernel

Release 4.7 tools/include/linux/string.h

#ifndef _TOOLS_LINUX_STRING_H_

#define _TOOLS_LINUX_STRING_H_


#include <linux/types.h>	/* for size_t */

void *memdup(const void *src, size_t len);

int strtobool(const char *s, bool *res);

#ifndef __UCLIBC__
extern size_t strlcpy(char *dest, const char *src, size_t size);
#endif

#endif /* _LINUX_STRING_H_ */

Overall Contributors

PersonTokensPropCommitsCommitProp
arnaldo carvalho de meloarnaldo carvalho de melo2642.62%133.33%
josh poimboeufjosh poimboeuf2236.07%133.33%
wang nanwang nan1321.31%133.33%
Total61100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}