diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/decode.html')
-rw-r--r-- | Master/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/decode.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/decode.html b/Master/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/decode.html new file mode 100644 index 00000000000..8d66284702c --- /dev/null +++ b/Master/texmf-dist/doc/generic/tex-virtual-academy-pl/idx/decode.html @@ -0,0 +1,26 @@ +<html> +<head> +<meta http-equiv="content-type" content="text/html; charset=iso-8859-2"> +<meta http-equiv="Content-language" content="pl"> +<meta name="Author" content="Włodzimierz Macewicz"> +</head> +<body> +<h4>struktura zawierająca adresy tablic nazw liczb</h4> + +Jest ona definiowana w zbiorze opisującym język + + +<pre> +static struct decode maz_decode = + { + &<a href=jedn.html>maz_jedn</a>, + &<a href=dies.html>maz_dies</a>, + &<a href=setki.html>maz_setki</a>, + &<a href=tys.html>maz_tys</a>, + &<a href=mil.html>maz_mil</a> + }; +</pre> + +</body> +</html> + |