error: assignment from incompatible pointer type

前端 未结 0 2005
走了就别回头了
走了就别回头了 2020-12-02 11:51
typedef struct dependency_LL {
  char *dependency;
  struct dependencyLL *next;
} Dependency_LL;

typedef struct forkfile {
  char *target;
  char *action;
  Depende         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题