The ISR Installation library gives applications the ability to get and set the functions that are called on interrupt. This is necessary because the init_rom function from the initialization library overwrites the entire interrupt vector table, destroying anything the Keil generated code had tried to load there.
The ISR Installation sample application demonstrates how to get and set interrupt vectors from C code.