repo.or.cz
/
rbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Change soft-fail to use the config, rather than env
[rbx.git]
/
shotgun
/
lib
/
strlcat.h
blob
0ef28c5b2b6cea0fb64f90d5cd1efa418b24f671
1
#ifndef RBS_STRLCAT_H
2
#define RBS_STRLCAT_H
3
4
#ifndef HAVE_STRLCAT
5
size_t
strlcat
(
char
*
dst
,
const char
*
src
,
size_t
siz
);
6
#endif
7
8
#endif