Files
discount/tools
David Seifert 7afa5c6242 Make C99 clean
* Clang 16 (and likely GCC 14) will enforce strict C99 semantics
  and break old K&R C declarations and require correct C89
  function prototypes.

Bug: https://bugs.gentoo.org/870952
Clang: https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213/9
2022-10-27 11:08:49 -07:00
..
2022-10-27 11:08:49 -07:00
2022-10-27 11:08:49 -07:00
2022-10-27 11:08:49 -07:00
2022-10-27 11:08:49 -07:00
2022-10-27 11:08:49 -07:00

Build utilities in this directory


branch.c:       generates a branch suffix for the version# (in version.c)
		if the code was built from a non-master git branch
checkbits.sh:   check that the MKD_ flags in markdown.h and mkdio.h are
		identical
cols.c:         a format prettifier for test progress output (truncates
		the input to a fixed width, treating utf-8 character
		sequences as one cell wide.)   A bit of a kludge, since it
		doesn't consider zero-width or multi-cell glyphs.
echo.c:         echo, localized so configure.sh doesn't have to thrash around
		figuring whether the system echo uses -n or /c (or whatever)
		to do output w/o a trailing newline
pandoc_headers.c:
		display the pandoc headers (if any) on a document.
space2nl.c:	convert spaces to newlines.