]> git.cameronkatri.com Git - mandoc.git/blob - test-EFTYPE.c
In HTML output, allow switching the desired font for subsequent
[mandoc.git] / test-EFTYPE.c
1 #include <errno.h>
2
3 int
4 main(void)
5 {
6 return !EFTYPE;
7 }