/trim.c

Very simple trim().

Primary LanguageC

Trim

Trims a string in-place.

Installation

$ clib install vendethiel/trim.c

Example

char[] str = "hello world ";
str = trim(str);