Hello
I have to function
void lala_a(adktis *p)
void lala_k(kdktis *p)
These two functions are doing the same things but i want to make one function tha can accept adktis/kdktis something like this
void lala(adktis *p);
void lala(kdktis *p);
Is there a way to do this in c?
Thank you very much