I try to implement a basic linked list but I cannot create one becuase listCreate function is void. But if I use list* listCreate() then I cannot use l-&g
list* listCreate()
l-&g