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

@@ -1,6 +1,6 @@
#include "StringBuilder.h"
define_Autoarr(string)
Autoarr_define(string)
#define BL_C 32
#define BL_L 1024

View File

@@ -7,7 +7,7 @@ extern "C" {
#include "../Autoarr/Autoarr.h"
#include "string.h"
declare_Autoarr(string)
Autoarr_declare(string)
typedef struct StringBuilder{
Autoarr(string)* compl_bufs;