X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ucw%2Fdoc%2Fconf.txt;h=695f78fe70e81c27eaffbd15a56db8621d338ec5;hb=d9c55a4d021b4a317a25f14f89468d62592aae0b;hp=43f838ec22a92aaadac5fde721e8edbc6b590bad;hpb=50c7c2b64a94a085b20e375bc67180a4470c2564;p=libucw.git diff --git a/ucw/doc/conf.txt b/ucw/doc/conf.txt index 43f838ec..695f78fe 100644 --- a/ucw/doc/conf.txt +++ b/ucw/doc/conf.txt @@ -153,9 +153,8 @@ For example, you can have an static array of five unsigned integers: *Dynamic arrays*:: Similar to static array, but you provide pointer to pointer to the given item (eg. if you want dynamic array of - integers, you give `**int`). The parser allocates an array of needed - size. You can use the <> macro to find out - the number of elements actually loaded. + integers, you give `**int`). The parser allocates a <> + of the required size. + If you want dynamic array of strings, you would use: +