70,027
社区成员




// orgraph.c 中只包含了 type_orgraph.h 其中没有结构体实体定义
#include "type_orgraph.h"
#include "orgraph.h"
// orgraph.c 中 type_orgraph.h 改成 struct_orgraph.h
#include "struct_orgraph.h"
#include "orgraph.h"
//orgraph.h
#include type_orgraph.h
//orgraph.c
#include type_orgraph.h
#include orgraph.h
相当于
#include type_orgraph.h
#include type_orgraph.h
相当于
typedef struct edgelink EDGELINK;
typedef struct edgelink EDGELINK;
没找到结构体定义 所以提示不完整类型
#inclulde "struct_orgraph.h"