faragon / libsrt

libsrt is a C library for writing fast and safe C code, faster. It provides string, vector, bit set, set, map, hash set, and hash map handling. Suitable for soft and hard real-time. Allows both heap and stack allocation. *BETA* (API still can change: suggestions are welcome)
https://faragon.github.io/libsrt.html
BSD 3-Clause "New" or "Revised" License
547 stars 48 forks source link

Add bit I/O (sbitio.h) missing tests #12

Closed faragon closed 8 years ago

faragon commented 8 years ago

Fill following functions into examples/stest.c:

test_sbitio()