aboutsummaryrefslogtreecommitdiff
path: root/src/table.h
diff options
context:
space:
mode:
authorame <[email protected]>2023-12-18 13:55:13 -0600
committerame <[email protected]>2023-12-18 13:55:13 -0600
commit9a4d5574a89c4a7842211238d8b9b30b905cc056 (patch)
tree17506097f415d4bddcdf3566d3ce0de08ab9a377 /src/table.h
parent9607c2fff47e764efba9ec0e12291d9368ae9073 (diff)
config and io functions
Diffstat (limited to 'src/table.h')
-rw-r--r--src/table.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/table.h b/src/table.h
index bf27ffc..5b85e9a 100644
--- a/src/table.h
+++ b/src/table.h
@@ -2,8 +2,10 @@
#include "i_util.h"
#include "i_common.h"
#include "sort.h"
+#include <stdint.h>
void i_shuffle(double*, size_t);
+uint64_t i_len(lua_State*,int);
int l_len(lua_State*); //[double+int] -> i
int l_reverse(lua_State*); //[double+int] -> arr[N]