Deleted Added
full compact
chardata.c (104349) chardata.c (178848)
1/* chardata.c
2 *
3 *
4 */
1/* Copyright (c) 1998-2003 Thai Open Source Software Center Ltd
2 See the file COPYING for copying permission.
5
3
6#include <assert.h>
4 chardata.c
5*/
6
7#ifdef HAVE_EXPAT_CONFIG_H
8#include <expat_config.h>
9#endif
10#ifdef HAVE_CHECK_H
7#include <check.h>
11#include <check.h>
12#else
13#include "minicheck.h"
14#endif
15
16#include <assert.h>
8#include <stdio.h>
9#include <string.h>
10
11#include "chardata.h"
12
13
14static int
15xmlstrlen(const XML_Char *s)

--- 107 unchanged lines hidden ---
17#include <stdio.h>
18#include <string.h>
19
20#include "chardata.h"
21
22
23static int
24xmlstrlen(const XML_Char *s)

--- 107 unchanged lines hidden ---