mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2025-01-04 01:02:01 +01:00
13 lines
130 B
C
13 lines
130 B
C
#ifndef TEST_H__
|
|
#define TEST_H__
|
|
|
|
|
|
#include <stdbool.h>
|
|
|
|
|
|
bool test_check (void);
|
|
void test_execute (void);
|
|
|
|
|
|
#endif
|