Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
aa0f23e926e2c76f0e9061b9ee6f65a51689fdd7
/
.
/
include
/
linux
/
linux_string.h
blob: 192b4c9beacb485a68d5d770dd000305bcb6641d [
file
] [
log
] [
blame
]
#ifndef
_LINUX_LINUX_STRING_H_
#define
_LINUX_LINUX_STRING_H_
extern
char
*
skip_spaces
(
const
char
*);
extern
char
*
strim
(
char
*);
#endif