typedef struct nodeRecord
{
    int Data;
    nodeRecord* Next;

} node;

요렇게 하니깐

nodeRecord 식별자에서 에러뜨는데 왜그러나요??? 자비좀