New command -toc_info_type

This commit is contained in:
2024-06-28 16:42:28 +02:00
parent 2306175432
commit 7f1abc4174
14 changed files with 304 additions and 89 deletions

View File

@ -54,10 +54,17 @@ double Scanf_io_size(char *text, int flag);
*/
int Compare_text_lines(char *text1, char *text2, int *diff_count, int flag);
time_t Decode_timestring(char *code, time_t *date, int flag);
int Decode_timestring(char *code, time_t *date, int flag);
int Decode_ecma119_format(struct tm *erg, char *text, int flag);
int Decode_ecma119_17byte(time_t *seconds, char *text, int flag);
int Untimezone_ecma119_17byte(char *code, int flag);
int Encode_ecma119_17byte(time_t seconds, char *centi_seconds,
char *code, int flag);
int Wait_for_input(int fd, int microsec, int flag);
int Fileliste__target_source_limit(char *line, char sep, char **limit_pt,