blob: 9c530a7ae88278f9bd07d30e393b30243aacbe44 (
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>
<pre>
static p_char_u maz_dies =
{
(char_u *)"???",
(char_u *)"dwadzie¶cia",
(char_u *)"trzydzie¶ci",
(char_u *)"czterdzie¶ci",
(char_u *)"pieædziesi±t",
(char_u *)"sze¶cdziesi±t",
(char_u *)"siedemdziesi±t",
(char_u *)"osiemdziesi±t",
(char_u *)"dziewiêædziesi±t"
};
</pre>
</body>
</html>
|