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
commit595fd25a80c569d104bc53cbfb9e46654134b4e1 (patch)
tree17506097f415d4bddcdf3566d3ce0de08ab9a377 /src/table.h
parentc691cc98e31e52982a79ffc10b8e91e8c700592b (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]