In file input.h:

char cnc_more

()

Check remaining input.

Documentation

Check remaining input.

Checks if there is any concatenated input remaining.

Returns:
the first character of the remaining input. The character is not gobbled, so you have to call cnc_chr() if you want it removed from the command. This makes cnc_more() perfect for peeking at the next character, although I can't think of a reason why you shouldn't use cnc_nxtcmd straight away.

Alphabetic index



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