Update tests base

This commit is contained in:
2022-06-03 19:29:06 +03:00
parent c32d771793
commit 25bb390408
2 changed files with 32 additions and 0 deletions
+2
View File
@@ -23,4 +23,6 @@ extern vtype_int16 random_int16();
extern vtype_int32 random_int32();
extern vtype_int64 random_int64();
extern char random_ascii_char();
extern unsigned int random_unicode_symbol();
#endif /* LIBCDSB_TESTS_RANDOM_H */