Parent Directory
|
Revision Log
|
Patch
| Revision 1.14 by sysadm, Tue Nov 4 14:58:55 2025 UTC | Revision 1.15 by sysadm, Wed Nov 5 04:19:21 2025 UTC | |
|---|---|---|
| # | Line 11 | Line 11 |
| 11 | ||
| 12 | #include <stdio.h> | #include <stdio.h> |
| 13 | ||
| 14 | #define MAX_SPLIT_FILE_LINES 65536 | enum str_process_constant_t |
| 15 | { | |
| 16 | MAX_SPLIT_FILE_LINES = 65536, | |
| 17 | }; | |
| 18 | ||
| 19 | extern int str_length(const char *str, int skip_ctrl_seq); | extern int str_length(const char *str, int skip_ctrl_seq); |
| 20 |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |