blob: 8d66284702c0c17b81216fa3a7bf9f520502d1f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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>
|