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

https://github.com/wiltonsr/c-programs

A simple C language code grouping on operating system, logic, and makefile issues
https://github.com/wiltonsr/c-programs

c gnu logic-programming makefile operating-system os

Last synced: 5 months ago
JSON representation

A simple C language code grouping on operating system, logic, and makefile issues

Awesome Lists containing this project

README

          

# Simple examples about C language
Exercises/examples about simple logic in C based in the 'The C Programming Language' book by Brian Kernighan e Dennis Ritchie.
And we will work with the following points:

1. [Makefile](https://www.gnu.org/software/make/manual/make.html)
2. [Header Files](https://gcc.gnu.org/onlinedocs/cpp/Header-Files.html)
3. [Program Arguments](https://www.gnu.org/software/libc/manual/html_node/Program-Arguments.html)
4. [Structures](https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html#Structures)
5. [Pointers](https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html#Pointers)

##Usage

To use this softwares you just need to run the Makefike and the [ELF files](https://en.wikipedia.org/wiki/Executable_and_Linkable_Format) will be created. See the example below:

```sh
$ cd C-Programs
$ make
```