Wiki page start changed with summary [] by crys marye

This commit is contained in:
crys marye 2016-10-15 02:03:50 -07:00 committed by apache
parent 4d38abdbc5
commit 0bae2428e8
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
//This is not a theoretical C language specifications document. It is a practical primer for the vast majority of real life cases of C usage that are relevant to EFL on today's common architectures. It covers application executables and shared library concepts and is written from a Linux/UNIX perspective where you would have your code running with an OS doing memory mappings and probably protection for you. It really is fundamentally not much different on Android, iOS, OSX or even Windows.//
//It won't cover esoteric details of "strange architectures". It pretty much covers C as a high level assembly language that is portable across a range of modern architectures.//
[[http://prodissertation.co.uk|dissertation writing service]]
==== Your first program ====
Let's start with the traditional "Hello world" C application. This is about as simple as it gets for an application that does something you can see.