diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-23 00:02:07 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-23 00:02:07 +0100 |
| commit | d0f5be14558e2b0cc506654bd45bb6d81553c456 (patch) | |
| tree | 6f4e4d9055ef9b61c5f87ba7bdf1a572e7a399a1 /README.md | |
| parent | 91ab3ae0147712b549e4ec086818f847fd23e12f (diff) | |
| download | nonstd-d0f5be14558e2b0cc506654bd45bb6d81553c456.tar.gz | |
Update to readme and added UNREACHABLE and TODO macros
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -6,7 +6,7 @@ ergonomic and productive. It aims to be C99 compliant. > [!IMPORTANT] > There are more involved libraries out there providing better granularity > and functionality. This library is intended for ease of use first and -> foremost. It is not a replacement for those libraries. +> foremost. It is not a replacement for those libraries. Use at your own risk. ## Features @@ -220,3 +220,7 @@ To build and run the tests: ```bash make test ``` + +## Acknowledgments + +- https://github.com/tsoding/nob.h
\ No newline at end of file |
