git.ckatri.com
/
mandoc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Make sure we don't continue recursively parsing once we've exited with
[mandoc.git]
/
test-strlcpy.c
1
#include <string.h>
2
3
int
4
main
(
int
argc
,
char
**
argv
)
5
{
6
strlcpy
(
argv
[
0
],
argv
[
1
],
10
);
7
return
0
;
8
}