Answer the question
In order to leave comments, you need to log in
What does void* mean?
Please help me figure it out?
typedef struct s_list
{
struct s_list *next;
void *data; // что означает это строчка?
} t_list;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question