Files
blisp/include/define.h
T
Arthur Barraux 04464ec2e7 first commit
2025-06-02 10:27:04 +02:00

10 lines
166 B
C

#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