libhmap-c

C hashmap library
git clone https://git.sinitax.com/sinitax/libhmap-c
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

commit d53b903d166cefb5b5bc03ae084f9e8adbac94d6
parent c98cbe1264f52a83d960cd8bf23cf0b4d5e43e25
Author: Louis Burda <quent.burda@gmail.com>
Date:   Mon, 13 Mar 2023 21:50:02 +0100

ABI vs API semantics

Diffstat:
MMakefile | 2+-
Rlibhashmap.abi -> libhashmap.api | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -26,7 +26,7 @@ build: build/libmap.a: src/hashmap.c include/hashmap.h | build $(CC) -o build/tmp.o src/hashmap.c $(CFLAGS) -r - objcopy --keep-global-symbols=libhashmap.abi build/tmp.o build/fixed.o + objcopy --keep-global-symbols=libhashmap.api build/tmp.o build/fixed.o $(AR) rcs $@ build/fixed.o build/libmap.so: src/hashmap.c include/hashmap.h | build diff --git a/libhashmap.abi b/libhashmap.api