Divide
fRLL_LoadLine = Divide(getASICProfilingInfo->ulLoadLineSlop, 1000);
fInt lower_bound = Divide(78, 10000);
fInt upper_bound = Divide(8, 1000);
static fInt Divide (int, int); /* Divide two INTs and return result as FINT */