/[LeafOK_CVS]/lbbs/include/str_process.h
ViewVC logotype

Diff of /lbbs/include/str_process.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.15 by sysadm, Wed Nov 5 04:19:21 2025 UTC Revision 1.16 by sysadm, Sat Nov 8 08:21:31 2025 UTC
# Line 16  enum str_process_constant_t Line 16  enum str_process_constant_t
16          MAX_SPLIT_FILE_LINES = 65536,          MAX_SPLIT_FILE_LINES = 65536,
17  };  };
18    
19    extern int UTF8_fixed_width;
20    
21  extern int str_length(const char *str, int skip_ctrl_seq);  extern int str_length(const char *str, int skip_ctrl_seq);
22    
23  extern int split_line(const char *buffer, int max_display_len, int *p_eol, int *p_display_len, int skip_ctrl_seq);  extern int split_line(const char *buffer, int max_display_len, int *p_eol, int *p_display_len, int skip_ctrl_seq);


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1