Skip to content

A comprehensive dynamic string and wide string library in C.

License

Notifications You must be signed in to change notification settings

blueOkiris/pklstr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pykkle String

Description

A comprehensive dynamic string and wide string library in C.

Currently only supports Linux. Likely cross-platform, but no development is being spent to actively ensure that.

Build

The build system is ACBS, which is small enough to include in the repo.

Run chmod +x acbs && ./acbs build

Examples

Build the library first, then build any example with ./acbs build examples/<name>