In file input.h:

int32 cnc_int

()

Read a concatenated 32-bit integer.

Documentation

Read a concatenated 32-bit integer.

Parses a concatenated 32-bit signed integer. Consecutive integers are, of course, 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++.