From 65ca01e291cd69c26b3e123c48df3ed927ef1c88 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Sun, 31 Oct 2021 14:11:48 +0000 Subject: [PATCH] add endianness.h --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f8698bc..c39575d 100644 --- a/README.md +++ b/README.md @@ -440,6 +440,7 @@ as C/C++, as this is not an obstacle to most users.) | --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- | [ASAP](https://github.com/mobius3/asap) | MIT | C++ |**1**| library for parsing, printing, iterating and operating on dates. | [cpp-generators](https://github.com/c-smile/cpp-generators) | BSD | C++ |**1**| generators in C++ +| [endianness.h](https://github.com/rofl0r/endianness.h) | **public domain** | C |**1**| endianness conversion and detection | [Hedley](https://nemequ.github.io/hedley/) | **public domain** |C/C++|**1**| compiler portability, optimization, static analysis, etc. | [levenshtein](https://github.com/wooorm/levenshtein.c) | MIT |C/C++| 2 | compute edit distance between two strings | [MakeID.h](http://www.humus.name/3D/MakeID.h) | **public domain** | C++ |**1**| allocate/deallocate small integer IDs efficiently