quixdb / squash

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

options: Implement squash_options_get_*w #222

Closed n3world closed 7 years ago

n3world commented 7 years ago

Add implementations for wchar keys and update headers. All of the getteers except for string behave as the non wchar impelemntations. The string getter must be different since the string being returned is a newely allocated wchar which the caller is responsible to free.

Resolves issue #182