]> git.cameronkatri.com Git - mandoc.git/blob - test-progname.c
If no output device was allocated because no file wanted to produce output,
[mandoc.git] / test-progname.c
1 #include <string.h>
2
3 extern char *__progname;
4
5 int
6 main(void)
7 {
8 return !!strcmp(__progname, "test-progname");
9 }