Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 466 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 466 Bytes

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>