diff options
author | KatolaZ <katolaz@freaknet.org> | 2019-08-05 08:06:19 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2019-08-05 08:06:19 +0100 |
commit | 9127db5e322c1b0cd57adf90e8cfefad66020fe2 (patch) | |
tree | a654d8c13225cb91a22d34626047a5c9eb24fa4f /gramscii.h | |
parent | 6bf74b8e63315aeeac6fe4307e9e2679d334aca3 (diff) |
remove atexit and replace exit() with cleanup()
Diffstat (limited to 'gramscii.h')
-rw-r--r-- | gramscii.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -193,4 +193,6 @@ void copy_lines_to_ring(int y1, int y2, int which); void invalidate_undo(); /**/ +void cleanup(int); + #endif |