Add adept_loan_mgt util

This commit is contained in:
2022-04-03 09:36:23 +02:00
parent 570ad83747
commit 8fe8ba2808
4 changed files with 548 additions and 7 deletions

View File

@@ -29,6 +29,9 @@
#ifndef _UTILS_COMMON_H_
#define _UTILS_COMMON_H_
#define LOANS_DIR "loans/"
#define ID_HASH_SIZE 16
#define ARRAY_SIZE(arr) (sizeof(arr)/sizeof(arr[0]))
/**