Eneboo - Documentación para desarrolladores
|
#include "mysys_priv.h"
#include "my_static.h"
#include "mysys_err.h"
#include <m_string.h>
Funciones | |
gptr | my_once_alloc (unsigned int Size, myf MyFlags) |
char * | my_once_strdup (const char *src, myf myflags) |
char * | my_once_memdup (const char *src, uint len, myf myflags) |
void | my_once_free (void) |
void my_once_free | ( | void | ) |
char* my_once_strdup | ( | const char * | src, |
myf | myflags | ||
) |