)
return FALSE;
PL_rewind_foreign_frame(fid);
}
}
PL_close_foreign_frame(fid);
}
fclose(fd);
return TRUE;
}
return FALSE;
}
install_t
install(void)
{ PL_register_foreign("load_words", 1, load_words, 0);
}