mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-22 13:06:06 +03:00
10 lines
149 B
C
10 lines
149 B
C
#ifndef __TEST_H__
|
|
#define __TEST_H__
|
|
|
|
TCase *test_base32_create_tests();
|
|
TCase *test_read_create_tests();
|
|
|
|
char *va_str(const char *, ...);
|
|
|
|
#endif
|