version 1.8, 2025/03/22 18:43:54
|
version 1.9, 2025/03/22 22:52:24
|
Line 24
|
Line 24
|
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* |
* |
* $Log$ |
* $Log$ |
|
* Revision 1.9 2025/03/22 22:52:24 snw |
|
* Add STRLEN_GBL macro to manage global string length |
|
* |
* Revision 1.8 2025/03/22 18:43:54 snw |
* Revision 1.8 2025/03/22 18:43:54 snw |
* Make STRLEN 255 chars and add BIGSTR macro for larger buffers |
* Make STRLEN 255 chars and add BIGSTR macro for larger buffers |
* |
* |
Line 149
|
Line 152
|
|
|
/* maximum length of a string, 0 <= $L() <= 255 */ |
/* maximum length of a string, 0 <= $L() <= 255 */ |
#define STRLEN 255 |
#define STRLEN 255 |
|
#define STRLEN_GBL 252 |
#define BIGSTR 65535 |
#define BIGSTR 65535 |
|
|
/* length of $ZTRAP variable */ |
/* length of $ZTRAP variable */ |