typedef struct ll *ll_p; struct ll { ll_p next; }; extern ll_p xyz;