Better wording in readme
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 18:10:13 +0100 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 18:10:13 +0100 |
| Commit | d036b496a24dadcb8124807010aacaa17242aaa8 (patch) |
|
-rw-r--r-- |
README.md | 3 |
1 files changed, 1 insertions, 2 deletions
| diff --git a/README.md b/README.md | |||
| 1 | **nonstd** is a single-header C library providing a collection of "non-standard" |
1 | **nonstd** is a single-header C library providing a collection of "non-standard" |
| 2 | but highly useful utilities, data structures, and type definitions that are |
2 | but highly useful utilities, data structures, and type definitions that are |
| 3 | often missing from the C standard library. It aims to make C programming more |
3 | often missing from the C standard library. It aims to make C programming more |
| 4 | ergonomic and productive without the overhead of large frameworks. It aims to be |
4 | ergonomic and productive. It aims to be C99 compliant. |
| 5 | C99 compliant. |
||
| 6 | 5 | ||
| 7 | > [!IMPORTANT] |
6 | > [!IMPORTANT] |
| 8 | > There are more involved libraries out there providing better granularity |
7 | > There are more involved libraries out there providing better granularity |
| ... | |||