| 19 |
|
|
| 20 |
#include <stdio.h> |
#include <stdio.h> |
| 21 |
|
|
| 22 |
|
#define MAX_SPLIT_FILE_LINES 65536 |
| 23 |
|
|
| 24 |
extern int split_line(const char *buffer, int max_display_len, int *p_eol, int *p_display_len); |
extern int split_line(const char *buffer, int max_display_len, int *p_eol, int *p_display_len); |
| 25 |
|
|
| 26 |
extern int split_data_lines(const char *p_buf, int max_display_len, long *p_line_offsets, int max_line_cnt); |
extern long split_data_lines(const char *p_buf, int max_display_len, long *p_line_offsets, long line_offsets_count); |
| 27 |
|
|
| 28 |
#endif //_STR_PROCESS_H_ |
#endif //_STR_PROCESS_H_ |