iodine/tests/test.h

8 lines
115 B
C
Raw Normal View History

#ifndef __TEST_H__
#define __TEST_H__
TCase *test_base32_create_tests();
char *va_str(const char *, ...);
#endif