repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
external
/
bsd
/
mdocml
/
dist
/
test-strlcpy.c
blob
c7d182aaf27c6a817f0997e336e134f2a390a7d3
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
}