#include <stdlib.h>
#include <stdarg.h>
#include "globals.h"
Functions | |
int | ApplInit (void) |
see mt_ApplInit() | |
int | ApplExit (void) |
see mt_ApplExit() | |
int | ConfInquire (char *keyword, char *fmt,...) |
see mt_ConfInquire() | |
int | ConfWrite (char *keyword, char *fmt,...) |
see mt_ConfWrite() | |
int | FormAlert (int but, char fmt[],...) |
see mt_FormAlert() | |
void | FrameSet (WINDOW *win, int mode,...) |
see mt_FrameSet() | |
void | FrameGet (WINDOW *win, int mode,...) |
see mt_FrameGet() | |
WINDOW * | WindFind (int mode,...) |
see mt_WindFind() | |
void __CDECL | stdFormClose (WINDOW *win, int index, int mode, void *data) |
see mt_stdFormClose() | |
void __CDECL | stdWindClear (WINDOW *win, short buff[8]) |
See mt_stdWindClear(). | |
Variables | |
APPvar * | gl_appvar = NULL |