feat: This is wsl compatible.
This commit is contained in:
7
set.h
7
set.h
@@ -26,6 +26,13 @@ char *format_string(const char *fmt, ...);
|
||||
// To be implemented by user.
|
||||
void set_bundle_suits(struct SETSuit **suits, int *counter, bool count);
|
||||
|
||||
bool set_up();
|
||||
|
||||
bool tear_down();
|
||||
|
||||
#define SETUP() bool set_up()
|
||||
#define TEAR_DOWN() bool tear_down()
|
||||
|
||||
#define BUNDLE() \
|
||||
void set_bundle_suits(struct SETSuit **suits, int *counter, bool count)
|
||||
|
||||
|
Reference in New Issue
Block a user