X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ca1186d36c785b135f20b8114d2d22ff2c08b695..8ad85ae2aa32089bbf9e0fedb970c0d7f1c15cb1:/sbr/uprf.c diff --git a/sbr/uprf.c b/sbr/uprf.c index 179955a3..f7721d57 100644 --- a/sbr/uprf.c +++ b/sbr/uprf.c @@ -10,6 +10,8 @@ #include +/* uprf returns true if c1 starts with c2, ignoring case. + * Otherwise false. If c1 or c2 are NULL then false results. */ int uprf (const char *c1, const char *c2) {