|
exip
Alpha 0.5.4
|
Testing the EXI decoder. More...
#include "EXIParser.h"#include "stringManipulate.h"#include "grammarGenerator.h"#include <stdio.h>#include <string.h>Go to the source code of this file.
Data Structures | |
| struct | appData |
| struct | element |
Macros | |
| #define | OUT_EXI 0 |
| #define | OUT_XML 1 |
| #define | INPUT_BUFFER_SIZE 200 |
| #define | MAX_PREFIXES 10 |
| #define | MAX_XSD_FILES_COUNT 10 |
Functions | |
| size_t | readFileInputStream (void *buf, size_t readSize, void *stream) |
| int | main (int argc, char *argv[]) |
Definition in file templeteDecoder.c.
| #define INPUT_BUFFER_SIZE 200 |
Definition at line 28 of file templeteDecoder.c.
| #define MAX_PREFIXES 10 |
Definition at line 29 of file templeteDecoder.c.
| #define MAX_XSD_FILES_COUNT 10 |
Definition at line 30 of file templeteDecoder.c.
| #define OUT_EXI 0 |
Definition at line 26 of file templeteDecoder.c.
| #define OUT_XML 1 |
Definition at line 27 of file templeteDecoder.c.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 78 of file templeteDecoder.c.
| size_t readFileInputStream | ( | void * | buf, |
| size_t | readSize, | ||
| void * | stream | ||
| ) |
1.8.4