1
0
Fork 0
mirror of https://github.com/yarrick/iodine.git synced 2025-04-14 22:30:57 +00:00
iodine/tests/test.h
2006-12-16 00:29:24 +00:00

9 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