started working on new Autoarr and Hashtable

This commit is contained in:
2022-05-10 01:07:07 +03:00
parent 745ae56aad
commit 343d23dc26
8 changed files with 125 additions and 3 deletions

View File

@@ -51,7 +51,9 @@ extern "C" {
#pragma GCC error "unknown compiler"
#endif
#ifndef NULL
#define NULL ((void*)0)
#endif
#if __cplusplus
}