This commit is contained in:
tezc 2021-02-09 21:56:20 +03:00
parent df320b1c2e
commit 23f19aa0f5

View File

@ -1,13 +1,9 @@
### Overview
Common data structures and utilities for C.
Each folder is independent and contains a header and a source file.
There is no build for libraries, just copy *.h *.c files into your project.
Each folder also contains readme and an example.
CI runs on Linux, MacOS, FreeBSD and Windows with gcc, clang and msvc.
Common data structures and utilities for C. (C99)
Each folder is stand-alone and contains a single .h .c pair.
There is no build, copy paste files you want into your project.
### List
@ -39,7 +35,6 @@ CI runs on Linux, MacOS, FreeBSD and Windows with gcc, clang and msvc.
### Test
[![codecov](https://codecov.io/gh/tezc/sc/branch/master/graph/badge.svg?token=O8ZHQ0XZ30)](https://codecov.io/gh/tezc/sc)
Although I use on Linux mostly, CI runs with
<pre>