move to codebase-defined entry point style, with basic command line argument parsing, capture, thread-ctx, and other boilerplate deduplicated in the base layer's entry point definition

This commit is contained in:
Ryan Fleury
2024-02-25 15:02:05 -08:00
parent dd05eaa21e
commit 8eb0f90f3e
15 changed files with 661 additions and 683 deletions
+1 -1
View File
@@ -813,7 +813,7 @@ lnx_safe_call_sig_handler(int){
//~ rjf: @os_hooks Main Initialization API (Implemented Per-OS)
internal void
os_init(int argc, char **argv)
os_init(void)
{
// NOTE(allen): Initialize linux layer mutex
{