Trim Trims a string in-place. Installation $ clib install vendethiel/trim.c Example char[] str = "hello world "; str = trim(str);