#include "hello.h" #include struct new_anju { hello_t *hell; } ; struct new_anju boo = {&anju}; int main() { boo.hell->i(); boo.hell->j(); return 0; }