]> git.corax.cc Git - mwm/commit
array: Add dynamic array type
authorMatthias Kruk <m@m10k.eu>
Sun, 2 May 2021 00:48:18 +0000 (09:48 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 2 May 2021 00:48:18 +0000 (09:48 +0900)
commit9e902569007c4680a5f082fc9f73e15af3244627
tree26b6fa2e5480e46554d4fbd6f4b0474bfb08b1ed
parent5131ef7569caba37fab998c32fd338e30d81fa3e
array: Add dynamic array type

For storage of monitors, a data type is needed that automatically
grows and shrinks as needed.
This commit adds a dynamic array implementation.
array.c [new file with mode: 0644]
array.h [new file with mode: 0644]