#include "mysys_priv.h"
#include "mysys_err.h"
#include <m_string.h>
#include <stdarg.h>
#include <m_ctype.h>
Funciones |
int | my_error (int nr, myf MyFlags,...) |
int | my_printf_error (uint error, const char *format, myf MyFlags,...) |
int | my_message (uint error, const char *str, register myf MyFlags) |
Variables |
const char **NEAR | my_errmsg [MAXMAPS] = {0,0,0,0} |
char NEAR | errbuff [NRERRBUFFS][ERRMSGSIZE] |
Documentación de las funciones
int my_message |
( |
uint |
error, |
|
|
const char * |
str, |
|
|
register myf |
MyFlags |
|
) |
| |
int my_printf_error |
( |
uint |
error, |
|
|
const char * |
format, |
|
|
myf |
MyFlags, |
|
|
|
... |
|
) |
| |
Documentación de las variables
char NEAR errbuff[NRERRBUFFS][ERRMSGSIZE] |
const char** NEAR my_errmsg[MAXMAPS] = {0,0,0,0} |