repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Removing warning about OSNAME.
[minix.git]
/
external
/
bsd
/
mdocml
/
dist
/
test-strlcat.c
blob
5d450dd04d4e5ad531ce8dee04f2a801f0ee3537
1
#include <string.h>
2
3
int
4
main
(
int
argc
,
char
**
argv
)
5
{
6
strlcat
(
argv
[
0
],
argv
[
1
],
10
);
7
return
0
;
8
}