| 8:c1994196683f | 9:55e7f2ff6021 |
|---|---|
| 1 /* | 1 /* |
| 2 * libtu/util.h | 2 * libtu/util.h |
| 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 #ifndef __LIBTU_UTIL_H | 8 #ifndef LIBTU_UTIL_H |
| 11 #define __LIBTU_UTIL_H | 9 #define LIBTU_UTIL_H |
| 12 | 10 |
| 13 #include <stdarg.h> | 11 #include <stdarg.h> |
| 14 #include <stdio.h> | 12 #include <stdio.h> |
| 15 #include <stdlib.h> | 13 #include <stdlib.h> |
| 16 | 14 |
| 35 extern const char *prog_version(); | 33 extern const char *prog_version(); |
| 36 extern const char *prog_authors(); | 34 extern const char *prog_authors(); |
| 37 extern const char *prog_license(); | 35 extern const char *prog_license(); |
| 38 extern const char *prog_usage(); | 36 extern const char *prog_usage(); |
| 39 | 37 |
| 40 #endif /* __LIBTU_UTIL_H */ | 38 #endif /* LIBTU_UTIL_H */ |