touch: add new commands

This commit is contained in:
nillerusr
2021-11-16 23:46:29 +03:00
parent f7cdca7ad2
commit d2f3cc44db
138 changed files with 46564 additions and 1231 deletions
+23
View File
@@ -0,0 +1,23 @@
#ifndef _MZ_TEST_H
#define _MZ_TEST_H
#ifdef __cplusplus
extern "C" {
#endif
/***************************************************************************/
void test_aes();
void test_crypt();
void test_inflate();
void test_deflate();
void test_bzip();
void test_zip_mem();
/***************************************************************************/
#ifdef __cplusplus
}
#endif
#endif