#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>
#include "globals.h"
Functions | |
int | mt_vFormAlert (APPvar *app, int but, char fmt[], va_list list) |
int | mt_FormAlert (APPvar *app, int but, char fmt[],...) |
Display a GEM alert. |
int mt_vFormAlert | ( | APPvar * | app, | |
int | but, | |||
char | fmt[], | |||
va_list | list | |||
) |