sieve_get_num_args
Last updated March 2020
Name
sieve_get_num_args — Return the number of Sieve arguments
Synopsis
#include "sieve/ecsieve.h"
| int **sieve_get_num_args** (
| args)
; | |
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.
See Also
Was this page helpful?