Skip to content

Commit

Permalink
Update from 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Dec 2, 2021
1 parent 1bfcf6b commit 5100272
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ Cat is one of the most frequently used commands on Unix-like operating systems.

- The programs must be developed in C language of C11 standard using gcc compiler.
- The program code of the cat and grep must be located on the develop branch in the src/cat/ and src/grep/ folders, respectively
- Do not use outdated and legacy language constructions and library functions. Pay attention to the legacy and obsolete marks in the official documentation on the language and the libraries used. Use the POSIX.1-2017 standard.
- The programs must be executable files with command line arguments
- The programs must be built with Makefile with appropriate targets: s21_cat, s21_grep
- If third-party libraries are used, there must be build scripts in makefile to connect/load them
Expand Down
4 changes: 3 additions & 1 deletion README_RUS.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ grep впервые был включен в Версию 4 Unix. Заявив,
## Chapter III

- Программы должны быть разработаны на языке Си стандарта C11 с использованием компилятора gcc
- Код программ cat и grep должен находиться в ветке develop в папках src/cat/ и src/grep/ соответственно
- Код программ cat и grep должен находиться в ветке develop в папках src/cat/ и src/grep/ соответственно
- Не использовать устаревшие и выведенные из употребления конструкции языка и библиотечные функции. Обращать внимания на пометки legacy и obsolete в официальной документации по языку и используемым библиотекам. Ориентироваться на стандарт POSIX.1-2017
- Программы должны представлять собой исполняемый файл с аргументами командной строки
- Сборка программ должна быть настроена с помощью Makefile с соответствующими целями: s21_cat, s21_grep
- Если используются сторонние библиотеки, в Makefile должны быть заложены сценарии сборки, предусматривающие их подключение/загрузку
Expand All @@ -114,6 +115,7 @@ grep впервые был включен в Версию 4 Unix. Заявив,
- Формулировка сообщения при возникновении ошибочной ситуации не имеет значения
- Ввод через stdin обрабатывать не обязательно


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

Необходимо разработать утилиту cat:
Expand Down

0 comments on commit 5100272

Please sign in to comment.