#define LIBO2S_PREPRO_STRING(EXPRESSION)
Create a string literal from the evaluation of its argument.
#define string_from_literal(StringLiteral)
Allocates a string, copying the content from a C string.
array_t string_t
A string is an array of char.
const char * libo2s_version_cstring(void)
The libO2S version as a null-terminated string.
string_t libo2s_version_string(void)
The libO2S version as a dynamic string.
Functions allowing users to display the library version.