add uthash

This commit is contained in:
Evan Burkey 2023-07-13 13:41:50 -07:00
parent db44dc5a31
commit 1f1ccddf82
2 changed files with 1143 additions and 0 deletions

View File

@ -10,3 +10,6 @@ Extensive documentation can be found [here](https://fputs.com/docs/libflint/)
Building on Linux requires `libbsd`.
## Libraries
`libflint` uses [uthash](https://github.com/troydhanson/uthash) for its hash table implementation. `uthash` is a single header file included in the source code of `libflint`. See the top of `include/uthash.h` for license information

1140
include/uthash.h Normal file

File diff suppressed because it is too large Load Diff