X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fdoc%2Fconf.txt;h=71358a81c71344b75851d809f9b71df4c06202d1;hb=df17c554147ac4d68ead793d60ca1f8208bd2e6f;hp=2bc7cf081e0b75ca88ff0b73fd8c1ea18dd42794;hpb=8cb58409406045bf50c67f4b0988a2e7b189b550;p=libucw.git diff --git a/ucw/doc/conf.txt b/ucw/doc/conf.txt index 2bc7cf08..71358a81 100644 --- a/ucw/doc/conf.txt +++ b/ucw/doc/conf.txt @@ -152,7 +152,7 @@ are three ways to do that: + For example, you can have an static array of five unsigned integers: + - static uns array = { 1, 2, 3, 4, 5 }; + static uns array[] = { 1, 2, 3, 4, 5 }; + static struct cf_section section = { CF_ITEMS {