ADD: strncmp unit test

This commit is contained in:
2026-01-25 11:50:29 +01:00
parent 16b6a0c665
commit 3ea3d8eace
4 changed files with 16 additions and 1 deletions

View File

@@ -25,5 +25,8 @@ int atoi_ko_test(void);
int atoi_sigsegv_test(void);
int atoi_sigbus_test(void);
//strncmp
int strncmp_ok_test(void);
#endif // !TESTS_H