]> www.git.momoyon.org Git - commonlib.git/commitdiff
Fix escaped comment
authorahmedsamyh <ahmedsamyh10@gmail.com>
Sun, 26 Jan 2025 18:18:13 +0000 (23:18 +0500)
committerahmedsamyh <ahmedsamyh10@gmail.com>
Sun, 26 Jan 2025 18:18:13 +0000 (23:18 +0500)
commonlib.h

index 0edf8c0541cfc0d3d5443d73f8c1397bb33410b2..ba8280b740f8b6360a2180cfe76577dc6570f53f 100644 (file)
@@ -101,10 +101,10 @@ typedef struct c_Arena c_Arena;
 //    [extra fields...];\r
 // }\r
 // ```\r
-// #define DEFINE_DYNAMIC_ARRAY(struct_name, elm_type) typedef struct {\\r
-//         elm_type *items;\\r
-//         size_t count;\\r
-//         size_t capacity;\\r
+// #define DEFINE_DYNAMIC_ARRAY(struct_name, elm_type) typedef struct {\r
+//         elm_type *items;\r
+//         size_t count;\r
+//         size_t capacity;\r
 //     }\r
 \r
 #define c_DYNAMIC_ARRAY_INITIAL_CAPACITY (sizeof(size_t))\r