comparison: parser.c
parser.c
- changeset 9
- 55e7f2ff6021
- parent 5
- f878a9ffa3e0
- child 13
- 9eb09d246c9f
equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * libtu/parser.c |
2 * libtu/parser.c |
3 * |
3 * |
4 * Copyright (c) Tuomo Valkonen 1999-2000. |
4 * Copyright (c) Tuomo Valkonen 1999-2000. |
5 * |
|
6 * This file is distributed under the terms of the "Artistic License". |
|
7 * See the included file LICENSE for details. |
5 * See the included file LICENSE for details. |
8 */ |
6 */ |
9 |
7 |
10 #include <string.h> |
8 #include <string.h> |
11 |
9 |