Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libxml2
/
be2bd6ac6fb512d322a059408c6fd80a91b091cf
/
.
/
testdso.c
blob: bd4ff0865d991cf1b88d8c7c6f98ff155ed1518c [
file
] [
log
] [
blame
]
#include
<stdio.h>
#define
IN_LIBXML
#include
"libxml/xmlexports.h"
XMLPUBFUN
int
hello_world
(
void
);
int
hello_world
(
void
)
{
printf
(
"Success!\n"
);
return
0
;
}