about summary refs log tree commit diff stats
path: root/000organization.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-10 12:05:33 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-10 12:05:33 -0700
commitbe16deb0f94a283099652a82c9a5ea10abb86b67 (patch)
tree47dd9fcaedcdea9ef7a11425d8ccbc8b4d177c32 /000organization.cc
parenta66ad5339e35b2ada7f749103025c6800bd78796 (diff)
downloadmu-be16deb0f94a283099652a82c9a5ea10abb86b67.tar.gz
1330
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.