cleanup.h - ledit - Text editor (WIP) | |
git clone git://lumidify.org/ledit.git (fast, but not encrypted) | |
git clone https://lumidify.org/ledit.git (encrypted, but very slow) | |
git clone git://4kcetb7mo7hj6grozzybxtotsub5bempzo4lirzc3437amof2c2impyd.onion/… | |
Log | |
Files | |
Refs | |
README | |
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, c… | |
8 | |
9 #endif |