sieve_arg_as_number
Last updated March 2020
Name
sieve_arg_as_number — Get the specified argument(s) as a number
Synopsis
#include "sieve/ecsieve.h"
| int **sieve_arg_as_number** (
| args, | |
| | number)
; | |
Description
Get the specified argument(s) as a number.
- args
-
The sieve argument. For a definiton of this data type see structs.sieve_ast.
- number
-
The number (signed 32-bit).
This function returns 1
on success and 0
on failure.
It is legal to call this function in any thread.
See Also
Was this page helpful?