Uso della rappresentazione Tree (menzionata sotto),
typedef enum {Running, Warning, Critical}Status;
struct TreeNode;
typedef struct List{
int childCount;
struct treeNode **childList;
}List;
typedef struct Resource{
char *resourc...
posta
17.12.2016 - 05:03