1 2 3 4 5 6
#pragma once #include <stdio.h> static inline void hello_utils_greeting(void) { printf("hello from the custom package!\n"); }