]> git.cameronkatri.com Git - mandoc.git/blob - test-EFTYPE.c
handle the non-portable GNU-style \[charNN], \[charNNN] character
[mandoc.git] / test-EFTYPE.c
1 #include <errno.h>
2
3 int
4 main(void)
5 {
6 return !EFTYPE;
7 }