From 87671a2f2423efacd0b0c4ad0c34c244680ef565 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sun, 13 Oct 2024 02:00:32 +1300 Subject: Changed System.Address to Integer_Address --- src/c_fl.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/c_fl.cpp') 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); } -- cgit