From 508bb06ba7a9d9737bb4174594e79a51205087c4 Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Thu, 23 Oct 2008 10:25:52 +0200 Subject: [PATCH] ucw docs: parser units --- ucw/conf.h | 2 ++ 1 file changed, 2 insertions(+) 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. **/ -- 2.39.5