This commit is contained in:
Your Name 2024-09-09 14:21:26 +03:00
parent 078b018ebc
commit ce965804d3
5 changed files with 45 additions and 10 deletions

View file

@ -16,10 +16,14 @@ typedef struct {
} FETCH;
struct par {
/* Text before */
char *str0;
/* Text after */
char *str1;
/* Command */
char *str2;
int error_flag;
};
typedef struct {