I tried two methods,
2. When I tried to use list.h as such without any modifications, linked list functions in my userspace program were not identified by the compiler and displayed as undefined.
Would it be okay to modify the variable/function names in a copy of list.h and use it in the userspace program ?
Please advise. Thank you.