diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-03-10 14:51:41 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-03-10 14:51:41 +0200 |
commit | 5412685586404b12e457fdc98a659a1b3bda41db (patch) | |
tree | 3a8abbec3fe9eb51f6bdc68d75f53daf21c5c968 /README | |
parent | 059c0c9af70f3d55b4ed18ce537d433a21a176bd (diff) |
Slightly reword two lines
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,9 +10,9 @@ library. It is a C23 library with no plans to support older standards. The headers as of now are: • alloc.h — memory allocation functions - • bitset.h — macros for implementing a bitset + • bitset.h — bitset implementation • bob.h — bob the string-builder - • dynarr.h — macros for implementing a dynamic array + • dynarr.h — dynamic array implementation • errors.h — err.h-inspired diagnostics functions • macros.h — miscellaneous utility macros (MIN/MAX/lengthof/etc.) • mbstring.h — multibyte-strings |