aboutsummaryrefslogtreecommitdiffstats
path: root/l4darr/l4darr.h
diff options
context:
space:
mode:
Diffstat (limited to 'l4darr/l4darr.h')
-rw-r--r--l4darr/l4darr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/l4darr/l4darr.h b/l4darr/l4darr.h
index 30c9285..5f0c4ad 100644
--- a/l4darr/l4darr.h
+++ b/l4darr/l4darr.h
@@ -36,6 +36,9 @@ L4DA* l4da_filereadline_delim(FILE*, int);
L4DA* l4da_dup(const L4DA*);
int l4da_combine(L4DA*, const L4DA*);
+void* l4da_drop_struct(L4DA*);
+L4DA* l4da_make_struct(void*, int, int, int);
+
/*********** 二維陣列 (其實是用一維陣列來模擬,功能有限) ***********/
typedef struct l4lib_dyn_2darr{