#include "fv_dictstr.h"
#include <string.h>
Functions | |
const char * | getString (const StrDict *table, unsigned int size, int key) |
int | getStrKey (const StrDict *table, unsigned int size, const char *str) |
const char * | getDescription (const ErrDict *table, unsigned int size, int key) |
int | getKey (const ErrDict *table, unsigned int size, const char *str) |
unsigned char | getErrLevel (const ErrDict *table, unsigned int size, int key) |
const char* getDescription | ( | const ErrDict * | table, | |
unsigned int | size, | |||
int | key | |||
) |
unsigned char getErrLevel | ( | const ErrDict * | table, | |
unsigned int | size, | |||
int | key | |||
) |
int getKey | ( | const ErrDict * | table, | |
unsigned int | size, | |||
const char * | str | |||
) |
const char* getString | ( | const StrDict * | table, | |
unsigned int | size, | |||
int | key | |||
) |
int getStrKey | ( | const StrDict * | table, | |
unsigned int | size, | |||
const char * | str | |||
) |