/
ne-ilyxa
/
C2_s21_stringplus
Обзор
Документация
Войти
/
ne-ilyxa
/
C2_s21_stringplus
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
src/s21_string.test.h
29 строк
675 B
git1worker
Updated %g %e specf for sprintf
20 янв 2024, 19:34
20 янв 2024, 19:34
de7841e
Код
Авторство
О чём код?
#ifndef S21_STRING_TEST_H #define S21_STRING_TEST_H #include <check.h> #include <string.h> #include "s21_string.h" #include "stdlib.h" Suite *test_memchr(void); Suite *test_memcmp(void); Suite *test_memcpy(void); Suite *test_memset(void); Suite *test_strchr(void); Suite *test_strncat(void); Suite *test_strncmp(void); Suite *test_strncpy(void); Suite *test_to_lower(void); Suite *test_to_upper(void); Suite *test_strlen(void); Suite *test_strpbrk(void); Suite *test_strcspn(void); Suite *test_strrchr(void); Suite *test_strstr(void); Suite *test_strtok(void); Suite *test_strerror(void); Suite *test_trim(void); Suite *test_insert(void); Suite *test_strerror(void); #endif