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
542 stars 46 forks source link

Single header #27

Open ci70 opened 4 years ago

ci70 commented 4 years ago

Can you provide it? Thanks.

faragon commented 4 years ago

Hi. You can include src/libsrt.h (I'm not sure if I'm asking your question)

ci70 commented 4 years ago

No I mean an single header like Sqlite3 ..

faragon commented 4 years ago

Oh, now I understand what you meant, thank you. Current autoconf build is straight-forward regarding the source content (.h to $PREFIX/include/libsrt/*.h). I'll think about adding just one $PREFIX/include/libsrt.h in the 'install' rule.

faragon commented 4 years ago

(I'm finishing some work on branch issue#21, this could go after that, as the change should be simple)

ci70 commented 4 years ago

Sweeeet! Would be so simple to use then.