repo.or.cz
/
rmail.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Init mime struct
[rmail.git]
/
src
/
utils
/
string_utils.h
blob
09a009efde29c13042401311a96c451c748cb0ca
1
#ifndef STRING_UTILS_H
2
#define STRING_UTILS_H
3
4
char
*
substrncpy
(
char
*
dest
,
const char
*
start
,
const char
*
end
,
size_t
n
)
__attribute__
((
nonnull
(
1
,
2
,
3
)));
5
6
#endif
/* STRING_UTILS_H */