summaryrefslogtreecommitdiff
path: root/src/c_portadao.c
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2024-10-07 19:51:28 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2024-10-07 19:51:28 +1300
commit07e7b817c59c3dce263bfb89b51248316c343f0e (patch)
tree5ebe3664317c69f267ad57e4c676ba3f40ac5c6c /src/c_portadao.c
parent87b89d768d367a475bb553de295ac867909c28c9 (diff)
Now using Integer_Address for C interface
Diffstat (limited to 'src/c_portadao.c')
-rw-r--r--src/c_portadao.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/c_portadao.c b/src/c_portadao.c
index d664b69..53b22a3 100644
--- a/src/c_portadao.c
+++ b/src/c_portadao.c
@@ -88,6 +88,12 @@ const unsigned long pa_priming_output = paPrimingOutput;
+size_t c_pointer_size() {
+ return sizeof(void*);
+}
+
+
+
int fd_backup;
int suppressed = 0;