i need in double linked list in C, but it must be for different types. In C++ we use templates for it. Where can i find example in C for double linked list with abstract typ
Handling arbitrary data in C is usually done by using pointers - specifically void * in most cases.
void *