Files
wxWidgets/utils/tex2rtf/tools/lacheck.rea
T

10 lines
185 B
Plaintext

To compile, do as folows:
flex -8 lacheck.lex
cc lex.yy.c -ll -O -o lacheck
This should make a executable file called lacheck.
Further documentation is in the manualpage.
/Kresten