repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Don't preload rarely seen large images
[chromium-blink-merge.git]
/
third_party
/
libxml
/
src
/
testdso.c
blob
bd4ff0865d991cf1b88d8c7c6f98ff155ed1518c
1
#include <stdio.h>
2
3
#define IN_LIBXML
4
#include
"libxml/xmlexports.h"
5
6
XMLPUBFUN
int
hello_world
(
void
);
7
8
int
hello_world
(
void
)
9
{
10
printf
(
"Success!
\n
"
);
11
return
0
;
12
}