Closed Dr-Emann closed 7 years ago
options.h defines functions
squash_options_get_stringw
squash_options_get_boolw
squash_options_get_intw
squash_options_get_sizew
but implementations are missing from options.c. Additionally, they all take char* pointers, where they should probably take wchar* pointers instead.
char*
wchar*
options.h defines functions
squash_options_get_stringw
squash_options_get_boolw
squash_options_get_intw
squash_options_get_sizew
but implementations are missing from options.c. Additionally, they all take
char*
pointers, where they should probably takewchar*
pointers instead.