Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
92a190aaab3536d695c51e0739f925910eb49889
/
.
/
include
/
linux
/
linux_string.h
blob: 192b4c9beacb485a68d5d770dd000305bcb6641d [
file
] [
log
] [
blame
]
Joe Hershberger
e772cb3
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