generated from sethub/template
[libxml2]Add libxml2 library
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#define IN_LIBXML
|
||||
#include "libxml/xmlexports.h"
|
||||
|
||||
XMLPUBFUN int hello_world(void);
|
||||
|
||||
int hello_world(void)
|
||||
{
|
||||
printf("Success!\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user