From 90560d7194f3e451ddab9d4033c98d2e6aec977b Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 23 Aug 2015 10:19:23 -0700 Subject: 2062 --- html/000organization.cc.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'html/000organization.cc.html') diff --git a/html/000organization.cc.html b/html/000organization.cc.html index b882e19c..bbc09e8d 100644 --- a/html/000organization.cc.html +++ b/html/000organization.cc.html @@ -14,10 +14,9 @@ pre { white-space: pre-wrap; font-family: monospace; color: #eeeeee; background- body { font-family: monospace; color: #eeeeee; background-color: #080808; } * { font-size: 1.05em; } .Delimiter { color: #a04060; } -.Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; } +.PreProc { color: #c000c0; } .Comment { color: #9090ff; } .Constant { color: #00a0a0; } -.PreProc { color: #c000c0; } .Identifier { color: #804000; } --> @@ -132,7 +131,7 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; } // Globals // End Globals -int main(int argc, char* argv[]) { +int main(int argc, char* argv[]) { atexit(teardown); // End One-time Setup @@ -149,11 +148,11 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; } //: Without directives or with the :(code) directive, lines get added at the //: end. :(code) -void setup() { +void setup() { // End Setup } -void teardown() { +void teardown() { // End Teardown } -- cgit 1.4.1-2-gfad0