Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
6d7a33301a05472bc788415c1d1575041e478931
/
.
/
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