typedef struct tNode *tRefDevList typedef
struct tNode{
       int num;
       tRefDevList next;
}tDevListNode
上面是C语言里面的结构,我想转换为delphi的,请大家帮忙啊