~ubuntu-branches/ubuntu/oneiric/libxml-bare-perl/oneiric

« back to all changes in this revision

Viewing changes to bench/src/ezxml_main.c

  • Committer: Bazaar Package Importer
  • Author(s): Antonio Radici, Antonio Radici, gregor herrmann
  • Date: 2009-03-22 10:49:56 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090322104956-a5hx63ijvvmy4ao6
Tags: 0.43-1
[ Antonio Radici ]
* New upstream release
* debian/copyright:
  + added copyright for src/bench/xmlio_testread.cpp
  + removed repack.sh references because there are no licensing issues
  + set the proper license for the upstream source (it is dual licensed)
* debian/control:
  + upgrade to Standards-Version 3.8.1, no changes required
* removed debian/repack.sh
* debian/watch:
  + removed versionmangle and the reference to repack

[ gregor herrmann ]
* debian/control: add missing full stop to long description, thanks to
  Rhonda for spotting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
  The following main function can be used in place of the standard main
 
3
  function within ezxml.c to create an ezxml.exe that can be used with
 
4
  the benchmarking system in XML::Bare. Note EZ_XMLTEST should be defined
 
5
  in ezxml.c as well in order to build an exe.
 
6
*/
 
7
int main(int argc, char **argv)
 
8
{
 
9
    ezxml_t xml;
 
10
    
 
11
    xml = ezxml_parse_file(argv[1]);
 
12
    
 
13
    ezxml_free(xml);
 
14
    return (i) ? 1 : 0;
 
15
}
 
 
b'\\ No newline at end of file'