]> git.cameronkatri.com Git - mandoc.git/blob - test-strlcat.c
Allow `Bd' to accept (warn about then ignore) in-line arguments.
[mandoc.git] / test-strlcat.c
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 }