diff options
author | Joshua Rowe <17525998+omnisci3nce@users.noreply.github.com> | 2024-02-25 13:50:16 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-25 13:50:16 +1100 |
commit | b5b7cea24c46d28a4b72bc18ca8ccb2d532007d3 (patch) | |
tree | fe49ddad815c65ef0deb87dd76e172051e6c49e7 /examples/main_loop | |
parent | fc287c6e4f958242a4272da5cb1704e3e789fe07 (diff) | |
parent | 938f745f052c14fccaa987b98ea4ac84e70c1fcc (diff) |
Merge pull request #3 from omnisci3nce/feature/some-string-utils
Port String utils but using arena for allocation
Diffstat (limited to 'examples/main_loop')
-rw-r--r-- | examples/main_loop/ex_main_loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/main_loop/ex_main_loop.c b/examples/main_loop/ex_main_loop.c index 2afc3c0..3b2354a 100644 --- a/examples/main_loop/ex_main_loop.c +++ b/examples/main_loop/ex_main_loop.c @@ -19,4 +19,4 @@ int main() { } return 0; -}
\ No newline at end of file +} |