pmkenned / pmk_string

A simple string library in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

String Library

This library is meant to be an extremely simple and easy-to-use string library for C programs. It consists of only one file, pmk_string.h which should compile with GCC, clang, and MSVC.

For more detailed documentation, refer to the opening comments in pmk_string.h. For example usage, see examples.c

To compile and run the examples under Linux:

make run

Or on Windows using MSVC:

build

About

A simple string library in C

License:MIT License


Languages

Language:C 99.0%Language:Makefile 0.9%Language:Batchfile 0.1%