Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 480 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 480 Bytes

orchestra

c string library

Building

git clone https://github.com/asdfish/orchestra --depth=1
cd orchestra
make

There are preprocessor flags that you can change before you compile, see documentation for more details.

Usage

cc -Lorchestra -lorchestra -Iorchestra/include

If orchestra is cloned to a different directory, change -L and -I to the location of the repository.

Documentation

See DOCUMENTATION.md.