New command -toc_info_type
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user