URI: 
       cleanup.h - ledit - Text editor (WIP)
  HTML git clone git://lumidify.org/ledit.git (fast, but not encrypted)
  HTML git clone https://lumidify.org/ledit.git (encrypted, but very slow)
  HTML git clone git://4kcetb7mo7hj6grozzybxtotsub5bempzo4lirzc3437amof2c2impyd.onion/ledit.git (over tor)
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       cleanup.h (281B)
       ---
            1 #ifndef _CLEANUP_H_
            2 #define _CLEANUP_H_
            3 
            4 /* This is here so it can be called from other places
            5    even though the function definition is in ledit.c */
            6 void ledit_cleanup(void);
            7 void ledit_emergencydump(const char *file, int line, const char *func, const char *failedexpr);
            8 
            9 #endif