Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sinamathew/alx-low_level_programming

Starting out with C programmin language
https://github.com/sinamathew/alx-low_level_programming

Last synced: 29 days ago
JSON representation

Starting out with C programmin language

Awesome Lists containing this project

README

        

## Requirements
### C

* 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 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
* Not allowed to use system
* Code should use the Betty style. It will be checked using betty-style.pl and betty-doc.pl

### Shell Scripts

* Allowed editors: vi, vim, emacs
* All your scripts will be tested on Ubuntu 20.04 LTS
* All your scripts should be exactly two lines long ($ wc -l file should print 2)
* All your files should end with a new line
* The first line of all your files should be exactly #!/bin/bash