Skip to content

Commit

Permalink
Update from 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Nov 26, 2021
1 parent c6efaf7 commit 9a5115d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ Cat is one of the most frequently used commands on Unix-like operating systems.
- The programs must be developed according to the principles of structured programming
- Code duplication must be avoided, common modules must be reused between the utilities
- You can use standard and non-standard C libraries, or you can use your own developed libraries from other projects
- The statement of the message in the case of an error does not matter
- Input via stdin is not required to be supported

## Part 1. Working with the cat utility

Expand Down
2 changes: 2 additions & 0 deletions README_RUS.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ grep впервые был включен в Версию 4 Unix. Заявив,
- Программа должна быть разработана в соответствии с принципами структурного программирования
- Необходимо исключить дублирование кода, переиспользовать общие модули между утилитами
- Можно использовать стандартные и нестандартные библиотеки языка Си, можно использовать собственноручно разработанные библиотеки из других проектов
- Формулировка сообщения при возникновении ошибочной ситуации не имеет значения
- Ввод через stdin обрабатывать не обязательно

## Part 1. Работа с утилитой cat

Expand Down

0 comments on commit 9a5115d

Please sign in to comment.