X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fcclstr.c;h=113190427b77b8bfecefc32eb8ea5216829801a7;hp=d7d76f907727db1a2546c97c4583713eb947b3e2;hb=57efcfe71d3485e8f2ddac6008fbbc8183804ac7;hpb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9 diff --git a/src/cclstr.c b/src/cclstr.c index d7d76f9..1131904 100644 --- a/src/cclstr.c +++ b/src/cclstr.c @@ -41,10 +41,14 @@ * USE OR PERFORMANCE OF THIS SOFTWARE. * */ +/** + * \file cclstr.c + * \brief Implements CCL string compare utilities + */ /* CCL string compare utilities * Europagate, 1995 * - * $Id: cclstr.c,v 1.1 2003-10-27 12:21:30 adam Exp $ + * $Id: cclstr.c,v 1.3 2005-06-25 15:46:03 adam Exp $ * * Old Europagate Log: * @@ -108,3 +112,11 @@ int ccl_memicmp (const char *s1, const char *s2, size_t n) } } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +