errorbox

errorbox —

Synopsis




void        gpe_error_box                   (const char *text);
void        gpe_error_box_nonblocking       (const char *text);
void        gpe_perror_box                  (const char *text);
void        gpe_perror_box_nonblocking      (const char *text);
void        gpe_error_box_fmt               (const char *format,
                                             ...);

Description

Details

gpe_error_box ()

void        gpe_error_box                   (const char *text);

text :

gpe_error_box_nonblocking ()

void        gpe_error_box_nonblocking       (const char *text);

text :

gpe_perror_box ()

void        gpe_perror_box                  (const char *text);

text :

gpe_perror_box_nonblocking ()

void        gpe_perror_box_nonblocking      (const char *text);

text :

gpe_error_box_fmt ()

void        gpe_error_box_fmt               (const char *format,
                                             ...);

format :
... :