Remove semicolons and use \ instead of $

This commit is contained in:
2025-08-03 02:18:20 +02:00
parent f0be8a1bd5
commit 6d98b4eee5
9 changed files with 61 additions and 40 deletions
+2
View File
@@ -1,7 +1,9 @@
#include <stddef.h>
#include <stdint.h>
#ifndef WL_AMALGAMATION
#include "basic.h"
#endif
b32 is_space(char c)
{