In file input.h:

uint64 cnc_hex

()

Read a concatenated hexadecimal 64-bit integer.

Documentation

Read a concatenated hexadecimal 64-bit integer.

Parses a concatenated hexadecimal integer and returns it as a 64-bit unsigned integer (because we're can). Consecutive hex integers must, of course, be space-delimited. The function knows about this (it uses sscanf() to the dirty work).

Returns:
The integer read from the concatenated commands. Zero (
0
) is returned if there was a parse error. This is a bug, and should be rectified.

Alphabetic index



This page was generated with the help of DOC++.