first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef BLISP_DEFINE_H_
|
||||
#define BLISP_DEFINE_H_
|
||||
|
||||
#define MAX_TOKEN_LENGTH 256
|
||||
#define MAX_SYMBOL_LENGTH 128
|
||||
#define MAX_STRING_LENGTH 512
|
||||
#define MAX_ARGS 16
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user