projects
/
rodin
/
chimara.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Bug fixes
[rodin/chimara.git]
/
libchimara
/
abort.h
1
#ifndef ABORT_H
2
#define ABORT_H
3
4
#include <glib.h>
5
6
G_GNUC_INTERNAL void check_for_abort(void);
7
G_GNUC_INTERNAL void shutdown_glk(void);
8
9
#endif
10