Add AKERR_EOF, properly call akerr_init_errno

This commit is contained in:
2026-05-12 16:42:33 -04:00
parent 0c29f5d69f
commit 166a478e6a
3 changed files with 6 additions and 3 deletions

View File

@@ -65,7 +65,9 @@ void akerr_init()
akerr_name_for_status(AKERR_VALUE, "Value Error");
akerr_name_for_status(AKERR_BEHAVIOR, "Behavior Error");
akerr_name_for_status(AKERR_RELATIONSHIP, "Relationship Error");
#if (defined(AKERR_USE_STDLIB) && AKERR_USE_STDLIB == 1) || (!defined(AKERR_USE_STDLIB))
akerr_init_errno();
#endif
inited = 1;
}
}