Last change
on this file since 5f4d9c3 was
57728c1,
checked in by Mateusz Hromada <ruanda@…>, 15 years ago
|
Move old files to _old dir.
|
-
Property mode set to
100644
|
File size:
321 bytes
|
Rev | Line | |
---|
[25ae32e] | 1 | |
---|
| 2 | // obie funkcje wymagaja by deskrypcje byly w postaci kanonicznej |
---|
| 3 | // obslugiwane sa tylko krotkie (jednoliterowe) atrybuty |
---|
| 4 | |
---|
| 5 | // test czy zgadzaja sie deskrypcje |
---|
| 6 | bool matchdescr(const char* a, const char* b); |
---|
| 7 | |
---|
| 8 | // test czy zgadaja sie same atrybuty (czyli to, co po ukosniku) |
---|
| 9 | bool matchattr(const char* a, const char* b); |
---|
| 10 | |
---|
Note: See
TracBrowser
for help on using the repository browser.