1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

Added a 'C' implementation for the memory pools functions

Data structures and behaviour should follow the original (well, "original and bug-fixed") implementation.
This commit is contained in:
obarthel
2021-06-22 15:15:29 +02:00
parent a7efdabefc
commit cc8b81e7cc
3 changed files with 544 additions and 0 deletions

View File

@ -46,6 +46,7 @@ AMIGA_LIB = \
amiga_hotkey.o \
amiga_invertstring.o \
amiga_newlist.o \
amiga_pools.o \
amiga_rangerand.o \
amiga_remtof.o \
amiga_rexxvars.o \