GitXplorerGitXplorer
T

ustring

public
16 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
3cbb628d31a477568a1cef81e42a3b45c78acad5

Add pure attribute to len funcs

TTingPing committed 10 years ago
Unverified
08d9aa045f0477423714d1d186310487b91ef968

Add another test for 100% coverage

TTingPing committed 10 years ago
Unverified
b35ca67622cf94096c125fcddf24cc3f46eaba2e

Use while instead of for

TTingPing committed 10 years ago
Unverified
5fd46f3c1b844eaa5c6c835ceecb076415a7d922

Fix formatting

TTingPing committed 10 years ago
Unverified
6e934f40184e123ab92d9859bcf22b4ca0c1f8eb

Fix off by one

TTingPing committed 10 years ago
Unverified
1a203991663fc5550b606d2587221f3e4f699364

Initial Commit

TTingPing committed 10 years ago

README

The README file for this repository.

ustring Build Status Test Coverage

Simple C library to provide safer utf8 string functions similiar to those found in the stdlib.

Installation

You can install with clib:

clib install TingPing/ustring

Usage

All functions in ustring.c are documented. Note that C99 is required.