Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
7357a35f985e05ac89458665cbe1fcd7b0aff2c0
/
.
/
include
/
linux
/
linux_string.h
blob: 192b4c9beacb485a68d5d770dd000305bcb6641d [
file
] [
log
] [
blame
]
Joe Hershberger
32ec63c
2012-12-11 22:16:18 -0600
[
diff
] [
blame
]
1
#ifndef
_LINUX_LINUX_STRING_H_
2
#define
_LINUX_LINUX_STRING_H_
3
4
extern
char
*
skip_spaces
(
const
char
*);
5
6
extern
char
*
strim
(
char
*);
7
8
#endif