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
Added spec:commit task to commit changes to spec/ruby sources.
[rbx.git]
/
shotgun
/
lib
/
strlcpy.h
blob
e701afbee1b727a97dd0703a64a8671cabdc2df1
1
#ifndef RBS_STRLCPY_H
2
#define RBS_STRLCPY_H
3
4
#ifndef HAVE_STRLCPY
5
size_t
strlcpy
(
char
*
dst
,
const char
*
src
,
size_t
siz
);
6
#endif
7
8
#endif