The libxo library allows an application to generate text, XML, JSON, and HTML output using a common set of function calls. The application decides at run time which output style should be produced.
wchar_t is sometimes defined as "signed int" and sometimes
as "unsigned int". Avoid compiler warnings (that can break
the build with -Werror) by replacing int with wchar_t where
appropriate.
wchar_t is sometimes defined as "signed int" and sometimes as "unsigned int". Avoid compiler warnings (that can break the build with -Werror) by replacing int with wchar_t where appropriate.