comparison: parser.c
parser.c
- changeset 53
- f8f9366b359c
- parent 46
- c6deeee169aa
- child 62
- aae5facf9fc5
equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * libtu/parser.c |
2 * libtu/parser.c |
3 * |
3 * |
4 * Copyright (c) Tuomo Valkonen 1999-2002. |
4 * Copyright (c) Tuomo Valkonen 1999-2002. |
5 * See the included file LICENSE for details. |
5 * |
|
6 * You may distribute and modify this library under the terms of either |
|
7 * the Clarified Artistic License or the GNU LGPL, version 2.1 or later. |
6 */ |
8 */ |
7 |
9 |
8 #include <string.h> |
10 #include <string.h> |
9 #include <errno.h> |
11 #include <errno.h> |
10 |
12 |