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
27
28
29
30
31
32
33
34
35
36
|
<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>
<pre>
static p_char_u maz_jedn =
{
(char_u *)"???",
(char_u *)"jeden",
(char_u *)"dwa",
(char_u *)"trzy",
(char_u *)"cztery",
(char_u *)"pieæ",
(char_u *)"sze¶æ",
(char_u *)"siedem",
(char_u *)"osiem",
(char_u *)"dziewiêæ",
(char_u *)"dziesiêæ",
(char_u *)"jedena¶cie",
(char_u *)"dwana¶cie",
(char_u *)"trzyna¶cie",
(char_u *)"czterna¶cie",
(char_u *)"piêtna¶cie",
(char_u *)"szesna¶cie",
(char_u *)"siedemna¶cie",
(char_u *)"osiemna¶cie",
(char_u *)"dziewiêtna¶cie"
};
</pre>
</body>
</html>
|