ArgCount Function (Macro)

args.h

unsigned short ArgCount (void);

Returns the number of arguments passed to the program.

ArgCount returns the number of arguments passed to the called program. It is a simple macro which calls TIOS function RemainingArgCnt.


Uses: RemainingArgCnt, top_estack


See also: RemainingArgCnt