From: Ralph Corderoy Date: Sun, 23 Oct 2016 11:02:55 +0000 (+0100) Subject: utils.c: Add HasPrefix(s, prefix). X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/14665143f973d5dbcdab34de439bdd37a56d0e5f?hp=14665143f973d5dbcdab34de439bdd37a56d0e5f utils.c: Add HasPrefix(s, prefix). HasPrefix returns true if non-NULL s starts with non-NULL prefix. ---