X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/598b07b7de7559ddcaed4063912f68bf951d6701..refs/remotes/upstream/master:/lib/strptime.c?ds=sidebyside diff --git a/lib/strptime.c b/lib/strptime.c index 91d57d5..46761b0 100644 --- a/lib/strptime.c +++ b/lib/strptime.c @@ -1,6 +1,6 @@ /* strptime.c - partial strptime() reimplementation * - * (c) 2008 Richard Kettlewell. + * Copyright (c) 2008, 2011 Richard Kettlewell. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -26,10 +26,13 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - -/* strptime() is here reimplemented because the FreeBSD (and older MacOS) one +/** @file lib/strptime.c + * @brief strptime() reimplementation + * + * strptime() is here reimplemented because the FreeBSD (and older MacOS) one * is broken and does not report errors properly. See TODO remarks below for - * some missing bits. */ + * some missing bits. + */ #include #include