/[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.13 by sysadm, Tue Nov 4 13:49:50 2025 UTC Revision 1.17 by sysadm, Sat Jan 3 10:27:14 2026 UTC
# Line 3  Line 3 
3   * str_process   * str_process
4   *   - common string processing features with UTF-8 support   *   - common string processing features with UTF-8 support
5   *   *
6   * Copyright (C) 2004-2025 by Leaflet <leaflet@leafok.com>   * Copyright (C) 2004-2026  Leaflet <leaflet@leafok.com>
7   */   */
8    
9  #ifndef _STR_PROCESS_H_  #ifndef _STR_PROCESS_H_
# 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 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    


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

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