Synopsis
void ddfp_PercentageParsed(void (*passed_func)(int))
Purpose
Setup the callback function to show the percentage of the file that has been parsed in.
Description
Setup the callback function to show the percentage of the file that has been parsed in. pass_func must be of the form: .RS 3 void foo (int percent) .RE This function will recieve the percent of the file that has been processed.
Input
passed_func
Function to show amount of file that has been parsed