From: Ralph Corderoy Date: Wed, 19 Oct 2016 17:13:10 +0000 (+0100) Subject: Add EndsWithC(char *s, int c) and call it in some initial places. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/f34427874df972004ce8a285145f6fc738f08595?ds=inline;hp=f34427874df972004ce8a285145f6fc738f08595 Add EndsWithC(char *s, int c) and call it in some initial places. EndsWithC returns true if non-NULL string s ends with a c before the terminating NUL. ---