// Updated 6/29/95 - only minor changes made. // Compiled using TC++ 3.0 #include #include #include "tools.h" #include typedef struct { char date[9]; char time[9]; char comment[44]; char eol[2]; } caller_struct; char *line = "**************************************************************\r\n"; char *space= " \n"; caller_struct comment; caller_struct caller_file; int fd,stat,bflg,eflg,tflg; void set_date_time(void){ char buffer[15]; char buffer1[15]; Get_Date(buffer,'-'); sprintf(comment.date,"%s ",buffer); Get_Time(buffer,':'); sprintf(comment.time,"(%s) ",buffer); strcpy(comment.eol,"\r\n"); } void process_args(int argcnt, char *args[]){ char buffer[200]={"\0"}; int i,a; for(i=1;i