/
solidbase
/
C2_SimpleBashUtils
Обзор
Документация
Войти
/
solidbase
/
C2_SimpleBashUtils
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
src/cat/process.h
11 строк
236 B
Dmitrii Isaev
cat: add -v flag, fix -s behavior
29 ноя 2025, 05:51
29 ноя 2025, 05:51
bef67b5
Код
Авторство
О чём код?
#ifndef S21_CAT_PROCESS_H_ #define S21_CAT_PROCESS_H_ #include <stdbool.h> #include "options.h" bool print_file(const char* path, const Options* opts, unsigned long long* line_counter); #endif // S21_CAT_PROCESS_H_