Eneboo - Documentación para desarrolladores
|
#include <my_global.h>
#include <ctype.h>
#include <string.h>
#include <unistd.h>
'defines' | |
#define | CHARSETS_SUBDIR "sql/share/charsets" |
#define | CTYPE_TABLE_SIZE 257 |
#define | TO_LOWER_TABLE_SIZE 256 |
#define | TO_UPPER_TABLE_SIZE 256 |
#define | SORT_ORDER_TABLE_SIZE 256 |
#define | ROW_LEN 16 |
Funciones | |
void | print_arrays_for (char *set) |
int | main (int argc, char **argv) |
void | print_array (FILE *f, const char *set, const char *name, int n) |
Variables | |
char * | prog |
char | buf [1024] |
char * | p |
char * | endptr |
#define CHARSETS_SUBDIR "sql/share/charsets" |
#define CTYPE_TABLE_SIZE 257 |
#define ROW_LEN 16 |
#define SORT_ORDER_TABLE_SIZE 256 |
#define TO_LOWER_TABLE_SIZE 256 |
#define TO_UPPER_TABLE_SIZE 256 |
void print_array | ( | FILE * | f, |
const char * | set, | ||
const char * | name, | ||
int | n | ||
) |
void print_arrays_for | ( | char * | set | ) |
char buf[1024] |
char * endptr |
char * p |
char* prog |