diff options
| 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) | |
| tree | d2cdedb0c2234fd1c32f4b41b9661b173701af06 | |
| parent | f625498556945cc0d6e9ecab5149f54e33ede275 (diff) | |
| download | nonstd-d036b496a24dadcb8124807010aacaa17242aaa8.tar.gz | |
Better wording in readme
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,8 +1,7 @@ **nonstd** is a single-header C library providing a collection of "non-standard" but highly useful utilities, data structures, and type definitions that are often missing from the C standard library. It aims to make C programming more -ergonomic and productive without the overhead of large frameworks. It aims to be -C99 compliant. +ergonomic and productive. It aims to be C99 compliant. > [!IMPORTANT] > There are more involved libraries out there providing better granularity |
