aboutsummaryrefslogtreecommitdiff
path: root/src/c_fl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_fl.cpp')
-rw-r--r--src/c_fl.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/c_fl.cpp b/src/c_fl.cpp
index 237c33a..934b4f2 100644
--- a/src/c_fl.cpp
+++ b/src/c_fl.cpp
@@ -6,6 +6,13 @@
+size_t c_pointer_size() {
+ return sizeof(void*);
+}
+
+
+
+
int fl_abi_check(int v) {
return Fl::abi_check(v);
}