mirror of
https://github.com/theoludwig/libcproject.git
synced 2025-12-11 00:31:01 +01:00
BREAKING CHANGE: Functions signatures changed.
If you want to preserve the same behavior, you should pass explictly the space character to trim:
Example: `string_trim(" Hello ")` => `string_trim(" Hello ", ' ')`