Skip to content

vendethiel/trim.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Trim

Trims a string in-place.

Installation

$ clib install vendethiel/trim.c

Example

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