X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fdoc%2Fconf.txt;h=71358a81c71344b75851d809f9b71df4c06202d1;hb=df17c554147ac4d68ead793d60ca1f8208bd2e6f;hp=2bc7cf081e0b75ca88ff0b73fd8c1ea18dd42794;hpb=2364f65a0e59c09cdf84d4c6cb98b8fa630b9db0;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 {