summaryrefslogtreecommitdiff
path: root/src/c_aao.h
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2024-09-16 12:25:41 +1200
committerJedidiah Barber <contact@jedbarber.id.au>2024-09-16 12:25:41 +1200
commit87e42e46a5d898698ad5cbcd71b3877d2c319084 (patch)
tree5416594999b269e4890e0cb8a0d1c66a4f48a383 /src/c_aao.h
parenta9a297e8f7282bcc9b3ffb14862160bb1abad511 (diff)
Off-by-one bugs fixed, more testing programs, change to Integer_AddressHEADmaster
Diffstat (limited to 'src/c_aao.h')
-rw-r--r--src/c_aao.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/c_aao.h b/src/c_aao.h
index 81f61ff..9e24cbc 100644
--- a/src/c_aao.h
+++ b/src/c_aao.h
@@ -28,6 +28,9 @@ extern const int error_bad_format;
extern const int error_fail;
+size_t c_pointer_size();
+
+
ao_info * info_item_get(ao_info ** items, int n);
int info_kind_get(ao_info * item);