Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 564 Bytes

readme.md

File metadata and controls

19 lines (13 loc) · 564 Bytes

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.