WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=32cadc8c1c1408a5563ba4d150c071a469f9b10f

commit 32cadc8c1c1408a5563ba4d150c071a469f9b10f
Author: Raster <ras...@rasterman.com>
Date:   Thu May 14 07:55:24 2015 -0700

    Wiki page start changed with summary [] by Raster
---
 pages/docs/c/start.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pages/docs/c/start.txt b/pages/docs/c/start.txt
index e5feabc..e1b25b3 100644
--- a/pages/docs/c/start.txt
+++ b/pages/docs/c/start.txt
@@ -341,6 +341,8 @@ The ''while'' loop simple checks the statement in the 
braces following the while
 
 The ''do while'' loop is just like ''while'' But the test statement is 
executed at the end of each loop, not at the start, so you are guaranteed that 
the inner scope code of the loop will execute at least once before a test.
 
+==== Pre-processor and Macros ====
+
 ----
 
 ==== Memory ====

-- 


Reply via email to