#include <animal.h> example(Animal myAnimal) { somTD_Animal_setSound setSoundProc = somResolveByName(myAnimal, "setSound"); setSoundProc(myAnimal, "Roar!"); }