repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
iconv: add euro symbol to GBK as single byte 0x80
[musl.git]
/
src
/
include
/
string.h
blob
2133b5c1eead4f94b5cb7f9a70c21788678cd3be
1
#ifndef STRING_H
2
#define STRING_H
3
4
#include
"../../include/string.h"
5
6
hidden
void
*
__memrchr
(
const void
*,
int
,
size_t
);
7
hidden
char
*
__stpcpy
(
char
*,
const char
*);
8
hidden
char
*
__stpncpy
(
char
*,
const char
*,
size_t
);
9
hidden
char
*
__strchrnul
(
const char
*,
int
);
10
11
#endif