mirror of
https://github.com/theoludwig/libcproject.git
synced 2025-05-18 12:02:29 +02: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 ", ' ')`