#include "mysys_priv.h"
#include "mysys_err.h"
#include <m_string.h>
#include <stdarg.h>
#include <m_ctype.h>
Clases |
struct | my_err_head |
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) |
int | my_error_register (const char **errmsgs, int first, int last) |
const char ** | my_error_unregister (int first, int last) |
Variables |
char NEAR | errbuff [NRERRBUFFS][ERRMSGSIZE] |
Documentación de las funciones
int my_error_register |
( |
const char ** |
errmsgs, |
|
|
int |
first, |
|
|
int |
last |
|
) |
| |
const char** my_error_unregister |
( |
int |
first, |
|
|
int |
last |
|
) |
| |
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] |