7 lines
73 B
C
7 lines
73 B
C
|
#include "liboga.h"
|
||
|
|
||
|
void Init_liboga()
|
||
|
{
|
||
|
Init_liboga_xml_lexer();
|
||
|
}
|