about summary refs log tree commit diff stats
path: root/000organization.cc
diff options
context:
space:
mode:
Diffstat (limited to '000organization.cc')
-rw-r--r--000organization.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/000organization.cc b/000organization.cc
index d3a5377b..9c45728a 100644
--- a/000organization.cc
+++ b/000organization.cc
@@ -101,6 +101,7 @@
 // End Globals
 
 int main(int argc, char* argv[]) {
+  atexit(teardown);
 
   // End One-time Setup
 
@@ -117,5 +118,9 @@ void teardown() {
   // End Teardown
 }
 
+:(before "End Includes")
+#include<stdlib.h>
+
+:(code)
 //: Without directives or with the :(code) directive, lines get added at the
 //: end.