This commit is contained in:
2025-11-02 04:37:20 +01:00
parent eb93541c84
commit 8b284f5752
5 changed files with 464 additions and 29 deletions
+4
View File
@@ -1,4 +1,8 @@
#ifdef BUILD_TEST
#include <signal.h>
#include <stdbool.h>
#include "system.h"
static sig_atomic_t simulation_should_stop = false;