Closed volsa closed 2 days ago
This commit introduces the TO_CHAR, TO_WCHAR, TO_STRING and TO_WSTRING functions, all making use of already existing X_TO_Y functions.
TO_CHAR
TO_WCHAR
TO_STRING
TO_WSTRING
X_TO_Y
EDIT: There's some issue with printf() statements giving incorrect validation errors, which needs to be fixed before this can be merged.
This commit introduces the
TO_CHAR
,TO_WCHAR
,TO_STRING
andTO_WSTRING
functions, all making use of already existingX_TO_Y
functions.EDIT: There's some issue with printf() statements giving incorrect validation errors, which needs to be fixed before this can be merged.