Synopsis

void ddff_PercentageFormatted(void (*passed_func)(int))

Purpose

Setup the callback function to show the percentage of the file that has been formatted in.

Description

Setup the callback function to show the percentage of the file that has been formatted 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 formatted