sieve_return_value_number
Last updated March 2020
Name
sieve_return_value_number — Set the return value to a number
Synopsis
#include "sieve/ecsieve.h"
| void **sieve_return_value_number** (
| seng, | |
| | number)
; | |
Description
Set the return value to a number.
- seng
-
The Sieve engine state.
- number
-
The number return value.
This function returns void.
It is legal to call this function in any thread.
See Also
Was this page helpful?