Autoarr readme

This commit is contained in:
timerix 2022-10-28 11:56:59 +06:00
parent a3dac3e756
commit f8a610ace0

9
src/Autoarr/README.md Normal file
View File

@ -0,0 +1,9 @@
# Autoarr struct
`Autoarr` means Automatically resizing array. It is my implementation of dyynamic array. If you want to use `Autoarr` of some type, it should be declared in header file by macro `Autoarr_declare` and defined in source file by `Autoarr_define`.
Examples:
[Hashtable.h](src/Hashtable/Hashtable.h)
[Hashtable.c](src/Hashtable/Hashtable.c)
### Autoarr_*_exported
Contains definitions for functions, exported for using in C# kerep wrapper.