23static int (*ext_percent)(
int);
67 x = (d <= 0 || s <= 0) ? 100 : (
int)(100 * n / d);
168 if (n == s && n == 1) {
int G_verbose(void)
Get current verbosity level.
int G_info_format(void)
Get current message format.
#define G_INFO_FORMAT_GUI
#define G_INFO_FORMAT_PLAIN
#define G_INFO_FORMAT_STANDARD
#define G_INFO_FORMAT_SILENT
void G_percent_reset(void)
Reset G_percent() to 0%; do not add newline.
void G_unset_percent_routine(void)
After this call subsequent percentage progress messages will be handled in the default method.
void G_percent(long n, long d, int s)
Print percent complete messages.
void G_set_percent_routine(int(*percent_routine)(int))
Establishes percent_routine as the routine that will handle the printing of percentage progress messa...
void G_progress(long n, int s)
Print progress info messages.