Jump to content

Udcrange t

From EDM2
Revision as of 06:20, 20 March 2006 by Daniel.lee.kruse (talk | contribs) (udcrange_t created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

udcrange_t

Struct that provides a set of ranges of characters of the user defined character range.

Type

unsigned short first
unsigned short last

C declaration method

typedef struct

Fields

first First code point.
last  Last code point.

Comment

The range for unsigned short is 0 through 65535.