|
Last change
on this file since 11 was
5,
checked in by anonymous, 18 years ago
|
|
=hoffentlich gehts jetzt
|
|
File size:
377 bytes
|
| Line | |
|---|
| 1 | #ifndef NVPARSE_H |
|---|
| 2 | #define NVPARSE_H |
|---|
| 3 | |
|---|
| 4 | #define NVPARSE 1 |
|---|
| 5 | |
|---|
| 6 | #include <stdio.h> |
|---|
| 7 | |
|---|
| 8 | #ifdef __cplusplus |
|---|
| 9 | extern "C" { |
|---|
| 10 | #endif |
|---|
| 11 | |
|---|
| 12 | |
|---|
| 13 | |
|---|
| 14 | void nvparse(const char * input_string, int argc = 0,...); |
|---|
| 15 | char * const * const nvparse_get_errors(); |
|---|
| 16 | char * const * const nvparse_print_errors(FILE *fp); |
|---|
| 17 | const int* nvparse_get_info(const char* input_string, int* pcount); |
|---|
| 18 | #ifdef __cplusplus |
|---|
| 19 | } |
|---|
| 20 | #endif |
|---|
| 21 | |
|---|
| 22 | #endif |
|---|
Note: See
TracBrowser
for help on using the repository browser.