Introduction
Introduction Statistics Contact Development Disclaimer Help
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
You are viewing proxied material from lumidify.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.