--- lbbs/include/str_process.h 2025/11/04 14:58:55 1.14 +++ lbbs/include/str_process.h 2025/11/08 08:21:31 1.16 @@ -11,7 +11,12 @@ #include -#define MAX_SPLIT_FILE_LINES 65536 +enum str_process_constant_t +{ + MAX_SPLIT_FILE_LINES = 65536, +}; + +extern int UTF8_fixed_width; extern int str_length(const char *str, int skip_ctrl_seq);