Edit

kc3-lang/libxml2/testdso.c

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2005-01-25 00:22:52
    Hash : cee2b3a5
    Message : warning patches from Peter Breitenlohner serious DTD parsing speedups, * testdso.c xmlregexp.c: warning patches from Peter Breitenlohner * include/libxml/valid.h valid.c parser.c: serious DTD parsing speedups, start to deprecate 3 ElementDef related entry point and replace them with better ones. Daniel

  • testdso.c
  • #include <stdio.h>
    
    #define IN_LIBXML
    #include "libxml/xmlexports.h"
    
    XMLPUBFUN int hello_world(void);
    
    int hello_world(void)
    {
      printf("Success!\n");
      return 0;
    }