Crc.h
, IntlMgr.h
, and Localize.h
.
UInt16 Crc16CalcBlock (const void *bufP, UInt16 count, UInt16 crc)
  |
|
Pointer to the data buffer. |
  |
|
Number of bytes in the buffer. |
  |
|
Seed crc value. |
void *IntlGetRoutineAddress (IntlSelector inSelector)
NULL
if an invalid routine selector is passed.
void LocGetNumberSeparators (NumberFormatType numberFormat, Char *thousandSeparator, Char *decimalSeparator)
  |
|
The format to use |
  |
|
Return a localized thousand separator here (allocate 1 char). |
  |
|
Return a localized decimal separator here (allocate 1 char). |
StrLocalizeNumber
,
StrDelocalizeNumber
, "Localized Applications" in the Palm OS Programmer's Companion
  |   |