clibs

Results 32 repositories owned by clibs

clib

4.8k
Stars
240
Forks
Watchers

Package manager for the C programming language.

buffer

189
Stars
43
Forks
Watchers

Tiny C string library

cmocka

204
Stars
49
Forks
Watchers

An elegant unit testing framework for C with support for mock objects.

commander

200
Stars
28
Forks
Watchers

Commander option parser ported to C - simple API, auto-generated --help

coro

120
Stars
10
Forks
Watchers

Coroutines in C

entr

586
Stars
16
Forks
Watchers

A utility for running arbitrary commands when files change. Uses kqueue(2) or inotify(7) to avoid polling. entr responds to file system events by executing command line arguments or by writing to a FI...

flag

115
Stars
5
Forks
Watchers

Go-style flag parsing for C

hash

166
Stars
57
Forks
Watchers

C hash implementation based on khash

amp

30
Stars
5
Forks
Watchers

Abstract Message Protocol C implementation

container_of

19
Stars
3
Forks
Watchers

Obtain a pointer to the struct that contains the struct member