So I have a function of type void (*actionOnM)( void * myTypeInstance) and I need to wrap it into and pass as void (*action)(). Is such thing possible in C?
void (*actionOnM)( void * myTypeInstance)
void (*action)()
Aucun commentaire:
Enregistrer un commentaire