Skip to content

Commit

Permalink
Update from 19
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Dec 17, 2021
1 parent f1b6e1b commit baf53a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Cat is one of the most frequently used commands on Unix-like operating systems.
## Part 1. Working with the cat utility

You need to develop a cat utility:
- Support of all flags (including GNU versions)
- Support of all flags (including GNU versions) specified [above](#cat-options)
- The source, header, and build files must be placed in the src/cat/ directory
- The resulting executable file must be placed in the directory src/cat/ and named s21_cat

Expand Down
2 changes: 1 addition & 1 deletion README_RUS.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ grep впервые был включен в Версию 4 Unix. Заявив,
## Part 1. Работа с утилитой cat

Необходимо разработать утилиту cat:
- Поддержка всех флагов (включая GNU версии)
- Поддержка всех флагов (включая GNU версии), указанных [выше](#cat-опции)
- Исходные, заголовочные и сборочный файлы должны располагаться в директории src/cat/
- Итоговый исполняемый файл должен располагаться в директории src/cat/ и называться s21_cat

Expand Down
2 changes: 2 additions & 0 deletions materials/linters/CPPLINT.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ filter=-legal/copyright
filter=-build/include_subdir
filter=-build/include
filter=-readability/casting
filter=-runtime/threadsafe_fn
filter=-runtime/printf

0 comments on commit baf53a2

Please sign in to comment.