sieve_get_num_args
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.
- args
-
The argument list.
This function returns the number of Sieve arguments.
It is legal to call this function in any thread.