From: Michal Vaner Date: Thu, 23 Oct 2008 08:25:52 +0000 (+0200) Subject: ucw docs: parser units X-Git-Tag: holmes-import~247 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=508bb06ba7a9d9737bb4174594e79a51205087c4;p=libucw.git ucw docs: parser units --- diff --git a/ucw/conf.h b/ucw/conf.h index 1224f591..fc0f9559 100644 --- a/ucw/conf.h +++ b/ucw/conf.h @@ -371,6 +371,8 @@ void cf_init_section(const char *name, struct cf_section *sec, void *ptr, uns do * * Each of them gets a string to parse and pointer to store the value. * It returns either NULL or error message. + * + * The parsers support units. See <>. ***/ char *cf_parse_int(const char *str, int *ptr); /** Parser for integers. **/ char *cf_parse_u64(const char *str, u64 *ptr); /** Parser for 64 unsigned integers. **/