mirror of
https://github.com/yoboujon/dumber.git
synced 2025-06-08 13:50:49 +02:00
13 lines
158 B
C
13 lines
158 B
C
/*
|
|
* tests.h
|
|
*
|
|
* Created on: 28 sept. 2023
|
|
* Author: dimercur
|
|
*/
|
|
|
|
#ifndef TESTS_H_
|
|
#define TESTS_H_
|
|
|
|
void TESTS_Init(void);
|
|
|
|
#endif /* TESTS_H_ */
|