cbuild-c/kerep/src/Autoarr
2023-07-12 14:08:26 +03:00
..
Autoarr_declare.h kerep sources 2023-07-12 14:08:26 +03:00
Autoarr_define.h kerep sources 2023-07-12 14:08:26 +03:00
Autoarr.c kerep sources 2023-07-12 14:08:26 +03:00
Autoarr.h kerep sources 2023-07-12 14:08:26 +03:00
README.md kerep sources 2023-07-12 14:08:26 +03:00

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
Hashtable.c

Autoarr_*_exported

Contains definitions for functions, exported for using in C# kerep wrapper.