]> git.corax.cc Git - corax/commit
libc: Add cx_array dynamic array type libc-next unstable
authorMatthias Kruk <m@m10k.eu>
Mon, 10 Aug 2020 06:57:48 +0000 (15:57 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 10 Aug 2020 06:57:48 +0000 (15:57 +0900)
commit85bbad165ec49699185ad87db9060c9e04d876e6
tree55af898fc765fe5b2b85cc5368c2a5190aa1a1a6
parent5df19f65b4f8824fc27c0cc9ec87c7782ca5ee08
libc: Add cx_array dynamic array type
include/corax/array.h [new file with mode: 0644]
libc/Makefile
libc/array.c [new file with mode: 0644]