#pragma once #include static inline void hello_utils_greeting(void) { printf("hello from the custom package!\n"); }