#include <stdio.h>
#include <expat.h>
#include <string.h>
Функции | |
static void XMLCALL | text_data (void *userData, const XML_Char *s, int len) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
static void XMLCALL text_data | ( | void * | userData, | |
const XML_Char * | s, | |||
int | len | |||
) | [static] |