sieve_create_number
Last updated March 2020
Name
sieve_create_number — Create a Sieve number
Synopsis
#include "sieve/ecsieve.h"
| SIEVEARGS * **sieve_create_number** (
| number)
; | |
Description
Create a Sieve number.
- number
-
The number you wish to create.
This function returns a SIEVEARGS
. For information about this data type see sieve_ast.
It is legal to call this function in any thread.
Was this page helpful?