#include "static_function_ptr_def.h" void func() { printf("Here I am.\n"); } static funcPtrStructDef funcPtrStruct = {func};