Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
82568300e4ee3e269fb90c62fe3a20f585f68f1b
/
.
/
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