GitXplorerGitXplorer
v

trim.c

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
2bb4abf7842cf4274efe7807854adec99ac6e195

Update README.md

vvendethiel committed 8 years ago
Unverified
1d5caea052eb17b37f5885d8ca1e51711e3b3f34

Update and rename Readme.md to README.md

vvendethiel committed 8 years ago
Unverified
beae9527b871c49c960ccea450fdf56928b9e6e4

Merge pull request #2 from extropic-engine/extropic-engine-patch-1

vvendethiel committed 8 years ago
Unverified
b2588857b98a30a3e219850288ff609d97093189

Update package.json with correct repo name

committed 8 years ago
Unverified
5c1f1e36207c55b961b2914823f63d7a5bff7653

Update Readme.md

vvendethiel committed 9 years ago
Unverified
8e373a32d007f2f4cc54deb965aae69942b7d552

Update Readme.md

vvendethiel committed 9 years ago

README

The README file for this repository.

Trim

Trims a string in-place.

Installation

$ clib install vendethiel/trim.c

Example

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