/
vsysoev
/
libxml2
Обзор
Документация
Войти
/
vsysoev
/
libxml2
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
testdso.c
12 строк
166 B
Daniel Veillard
warning patches from Peter Breitenlohner serious DTD parsing speedups,
25 янв 2005, 03:22
25 янв 2005, 03:22
cee2b3a
Код
Авторство
О чём код?
#include <stdio.h> #define IN_LIBXML #include "libxml/xmlexports.h" XMLPUBFUN int hello_world(void); int hello_world(void) { printf("Success!\n"); return 0; }