ref: main
./README.md
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# plib A collection (soon) of libraries to help with portability Read more at <https://nonbloat.mesyeti.uk/nbplib.html> ## How to use Add the `.c` file for the library/s you want to use to your build system, or `#include` the `.c` file in your project's source file. Use the header files the same way you would typically use a library. ## Libraries - stream - An extendable stream implementation |