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
- Host: GitHub
- URL: https://github.com/wiltonsr/c-programs
- Owner: wiltonsr
- License: gpl-3.0
- Created: 2016-10-28T18:20:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-08T22:53:09.000Z (over 8 years ago)
- Last Synced: 2025-01-19T07:43:41.771Z (about 1 year ago)
- Topics: c, gnu, logic-programming, makefile, operating-system, os
- Language: C
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```