Warning, /education/cantor/thirdparty/discount-2.2.6-patched/tools/README is written in an unsupported language. File is not indexed.

0001 Build utilities in this directory
0002 
0003 
0004 branch.c:       generates a branch suffix for the version# (in version.c)
0005                 if the code was built from a non-master git branch
0006 checkbits.sh:   check that the MKD_ flags in markdown.h and mkdio.h are
0007                 identical
0008 cols.c:         a format prettifier for test progress output (truncates
0009                 the input to a fixed width, treating utf-8 character
0010                 sequences as one cell wide.)   A bit of a kludge, since it
0011                 doesn't consider zero-width or multi-cell glyphs.
0012 echo.c:         echo, localized so configure.sh doesn't have to thrash around
0013                 figuring whether the system echo uses -n or /c (or whatever)
0014                 to do output w/o a trailing newline