blob: 0600577790f0fa806c41a87d45df7c3a419da8a7 (
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
27
|
<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_setki =
{
(char_u *)"???",
(char_u *)"sto",
(char_u *)"dwie¶cie",
(char_u *)"trzysta",
(char_u *)"czterysta",
(char_u *)"pieæset",
(char_u *)"sze¶æset",
(char_u *)"siedemset",
(char_u *)"osiemset",
(char_u *)"dziewiêæset"
};
</pre>
</body>
</html>
|