We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
reiconv_version
1 parent 29c21ce commit fe5611bCopy full SHA for fe5611b
lib/iconv.c
@@ -46,7 +46,7 @@
46
47
#define TEMP_BUFFER_SIZE 4096
48
49
-_CPPP_API struct VersionInfo version = {VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH};
+_CPPP_API struct VersionInfo reiconv_version = {VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH};
50
51
_CPPP_API size_t reiconv_name_canonicalize(const char *name, char *outbuf)
52
{
0 commit comments