#ifndef myfunc_H #define myfunc_H #include struct model { char * ptr; uint32_t len ; }; #endif