made work: multi-dimensional lists
This commit is contained in:
+1
-8
@@ -1,14 +1,7 @@
|
||||
#ifndef VECTOR_H
|
||||
#define VECTOR_H
|
||||
|
||||
typedef long unsigned int size_t;
|
||||
|
||||
typedef enum {
|
||||
INT = 0,
|
||||
FLOAT = 1,
|
||||
CHAR = 2,
|
||||
VECTOR = 3 // allows for multi-dimensional arrays
|
||||
} dataType_e;
|
||||
#include <odweta/util.h>
|
||||
|
||||
typedef struct {
|
||||
dataType_e type;
|
||||
|
||||
Reference in New Issue
Block a user