#include#include#defineok1#defineerror0#defineoverflow-1#defineLIST_INIT_SIZEtypedefintElemType;typedefintStatus;typedefstructLNode{ElemTypedata;structLNode*next;}LNode,*LinkList;#include#include#defineok1#defineerror0#defineover