In file input.h:

void cnc_begin

()

Begin concatenation handling.

Documentation

Begin concatenation handling.

Parses command line and prepares to handle concatenation. If you want to handle concatenation, make sure you call this after getting input, but do NOT call it at any other time. It will reset cnc_nxtcmd to the beginning of the line and may get you into endless loops (which, my sources tell me, Linux executes in a measly five seconds).

Oh, and other modules may rely on this. The whole concept of concatenation joins modules together to form what appears to be a single system. If you break the chain, other modules will be unhappy. A bug in Menuman 0.1 broke the chain in 1994. Three minutes after that, a gdb fell on it, killing it. The clubs module has followed the chain from the beginning and look at it: it's the biggest one of'em all.

Oh. Sorry.

Alphabetic index



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