An open API service indexing awesome lists of open source software.

https://github.com/thisisignitedoreo/strap

A bunch of useful stuff for casual C coding
https://github.com/thisisignitedoreo/strap

c-language general-purpose library

Last synced: 4 months ago
JSON representation

A bunch of useful stuff for casual C coding

Awesome Lists containing this project

README

        

# libstrap
A bunch of useful stuff for casual C coding

## Overview
Library consists of modules:

- `array.h`: dynamic arrays
- `fileio.h`: files and directories i/o
- `arena.h`: arena allocators
- `string.h`: stringview implementation

Check sources for more info

## Build
```console
$ ./build.sh
$ gcc -L. -o main main.c -lstrap
```