file: job.t package: muf status: alpha
The chars2Int
function converts a pair of characters
to an integer char0<<8 + char1
. This is intended
primarily for converting short integers recieved through
a TCP or UDP network connection into usable
form.
Go to the first, previous, next, last section, table of contents.