From: ahmedsamyh Date: Fri, 30 May 2025 03:47:59 +0000 (+0500) Subject: use .gitattributes for CRLF -> LF. X-Git-Url: https://www.git.momoyon.org/?a=commitdiff_plain;h=574137e4855276583698565c1a5bfb4da866b702;p=commonlib.git use .gitattributes for CRLF -> LF. --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fcadb2c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text eol=lf diff --git a/commonlib.h b/commonlib.h index 0a5e01a..a85490c 100644 --- a/commonlib.h +++ b/commonlib.h @@ -26,6 +26,7 @@ #define da_append c_da_append #define da_free c_da_free #define da_shift c_da_shift +#define da_remove c_da_remove #define DYNAMIC_ARRAY_INITIAL_CAPACITY c_DYNAMIC_ARRAY_INITIAL_CAPACITY // #define c_DYNAMIC_ARRAY_INITIAL_CAPACITY