typedef int Link; #define MAX_LINKS 100 extern Link pp_link_array[]; Link pp_link_array[MAX_LINKS]; int main() { return 0; }