DEBSOURCES
Skip Quicknav
sources / u-boot / 2014.10%2Bdfsg1-5 / include / linux / linux_string.h
12345678
#ifndef _LINUX_LINUX_STRING_H_ #define _LINUX_LINUX_STRING_H_ extern char * skip_spaces(const char *); extern char *strim(char *); #endif