Skip to main content

Name

sieve_get_num_args — Return the number of Sieve arguments

Synopsis

#include "sieve/ecsieve.h"

| int **sieve_get_num_args** ( | args); |   |

SIEVEARGS * <var class="pdparam">args</var>;

Description

Return the number of Sieve arguments.

Parameters

args

The argument list.

Return Values

This function returns the number of Sieve arguments.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?