mirror of
https://github.com/yarrick/iodine.git
synced 2025-03-18 04:24:38 +00:00
7 lines
115 B
C
7 lines
115 B
C
#ifndef __TEST_H__
|
|
#define __TEST_H__
|
|
|
|
TCase *test_base32_create_tests();
|
|
char *va_str(const char *, ...);
|
|
|
|
#endif
|