9 lines
66 B
C
9 lines
66 B
C
|
#ifndef BL_TEST_H_
|
||
|
#define BL_TEST_H_
|
||
|
|
||
|
|
||
|
|
||
|
void test(void);
|
||
|
|
||
|
#endif
|