#define PSD_CHAR_TO_SHORT(str)   ((*(str) << 8) | *((str) + 1))