Vulcan Logic SRM  

SRM - Documentation


^ SRM Documentation
^ Function Argument Handling

- SRM_ARGC
- SRM_ARGC_CHECK
- SRM_ARGC_CHECK_BETWEEN
- SRM_GET_ARG

SRM_ARGC

SRM_ARGC --  This macro represents the number of arguments passed to this function.

Description

int $SRM_ARGC

This macro holds the number of parameters passed to this function. You can use it to conditionally fetch parameters from the parameter list with SRM_GET_ARG().

Prev: Function Argument Handling Next: SRM_ARGC_CHECK


© 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by The Vulcan Logic Group