We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d4366 commit 71baea2Copy full SHA for 71baea2
code/logic/test.c
@@ -21,6 +21,7 @@
21
#include <time.h>
22
#include <sys/time.h>
23
24
+
25
jmp_buf test_jump_buffer; // This will hold the jump buffer for longjmp
26
static int _ASSERT_COUNT = 0; // Counter for the number of assertions
27
0 commit comments