Go to the first, previous, next, last section, table of contents.


intChars2

Function: intChars2 { int -> char0 char1 }
file: job.t
package: muf
status: alpha

The intChars2 function converts an integer characters to a pair of chars, int>>8 & 0xFF, int & 0xFF. This is intended primarily for converting integers into a form suitable to send through a TCP or UDP network connection.


Go to the first, previous, next, last section, table of contents.