wiltonsr / C-Programs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  2. Header Files
  3. Program Arguments
  4. Structures
  5. Pointers

##Usage

To use this softwares you just need to run the Makefike and the ELF files will be created. See the example below:

$ cd C-Programs
$ make

About

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

License:GNU General Public License v3.0


Languages

Language:C 94.7%Language:Makefile 5.3%