Cleanup of message.c/.h

This commit is contained in:
2026-02-25 23:45:53 +01:00
parent e38ad93da8
commit 7591ef6ee1
15 changed files with 512 additions and 497 deletions
+2
View File
@@ -40,6 +40,8 @@ typedef uint64_t Time;
#define UNREACHABLE __builtin_trap();
#define STATIC_ASSERT(X) _Static_assert((X), "")
bool streq(string s1, string s2);
Time get_current_time(void);