Autoarr_define

This commit is contained in:
2022-07-17 17:05:10 +03:00
parent ecae6eb04e
commit 2de4506e01
10 changed files with 38 additions and 37 deletions

View File

@@ -6,7 +6,7 @@ extern "C" {
#include "../base/base.h"
#define define_Autoarr(type)\
#define Autoarr_define(type)\
\
void __Autoarr_add_##type(Autoarr_##type* ar, type element){\
if(!ar->values){\