moved mk_sample_state() into util

This commit is contained in:
jlamothe
2023-11-10 20:48:40 +00:00
parent a962eff7b4
commit 4c0d33693b
3 changed files with 13 additions and 11 deletions

View File

@@ -24,6 +24,9 @@
#define decl_test(n) static TestResult n(TestState *)
#define def_test(n, s) static TestResult n(TestState *s)
// initializes a sample TestState value
void mk_sample_state(TestState *);
// compares two TestState values
extern void compare_states(
TestState *, // the state we are *actually* updating ;)