quixdb / squash

Compression abstraction library and utilities
https://quixdb.github.io/squash/
MIT License
406 stars 53 forks source link

Missing wide char implementations for squash_options_get_*w #182

Closed Dr-Emann closed 7 years ago

Dr-Emann commented 8 years ago

options.h defines functions

but implementations are missing from options.c. Additionally, they all take char* pointers, where they should probably take wchar* pointers instead.