This repository was created to cover C programming concepts in practical task,to acertain and enhance ground understanding of the programming language while following Dennis Ritchie book.
- Allowed editors:
vi,vim,emacs - All your files will be compiled on Ubuntu 20.04 LTS using gcc, using the options
-Wall -Werror -Wextra -pedantic -std=gnu89 - All your files should end with a new line
- A README.md file at the root of the repo, containing a description of the repository
- A README.md file, at the root of the folder of this project, containing a description of the project
- There should be no errors and no warnings during compilation
- Your code should use the Betty style. It will be checked using betty-style.pl and betty-doc.pl
To run the Betty linter just with command betty :
- Go to the
Bettyrepository - Clone the
repoto your local machine - cd into the
Bettydirectory - Install the linter with
sudo ./install.shemacsorvia new file calledbetty, and copy the script below: