\r
// NOTE: To use c_da_append() the Dynamic-Array struct should be defined using\r
// DEFINE_DYNAMIC_ARRAY or have the same members as below!\r
-// NOTE!!!: We actually don't want this since this makes the user want to \r
+// NOTE!!!: We actually don't want this since this makes the user want to\r
// use this macro to define dynamic arrays. But the user might want extra fields\r
// in the struct; So we recommend defining da structs manually like:\r
// ```C\r
char* result = NULL;\r
\r
if (f == NULL){\r
+ // TODO: Replace every strerror with strerror_s\r
c_log_error("'%s': %s", filename, strerror(errno));\r
defer(NULL);\r
}\r