mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 10:53:16 +01:00
8 lines
95 B
C
8 lines
95 B
C
#ifndef __TESTS_H__
|
|
#define __TESTS_H__
|
|
|
|
|
|
int capability_test(void);
|
|
|
|
#endif /* __TESTS_H__ */
|