PLITRAN22

The PLITRAN22 built-in function translates two-byte data from a source buffer to two-byte data in a target buffer.

Read syntax diagramSkip visual syntax diagram
>>-PLITRAN22--(--p--,--q--,--n--,--t--)------------------------><

p
Address of the target buffer.
q
Address of the source buffer.
n
Length of the source buffer. The buffer length must be nonnegative and must have a computational type. The buffer length is converted to type size_t.1
t
Address of the 128K-byte translate table.

The target buffer must be at least as large as the source buffer.

The translate table must be aligned on a doubleword boundary.






Published: 23 December 2018