Reduct  v1.0.4-3-gdaf0d70
A functional and immutable language.
Loading...
Searching...
No Matches
Stringification

Detailed Description

Functions

REDUCT_API reduct_size_t reduct_stringify (reduct_t *reduct, reduct_handle_t *handle, char *buffer, reduct_size_t size)
 Converts a Reduct handle to its string representation.
 

Function Documentation

◆ reduct_stringify()

REDUCT_API reduct_size_t reduct_stringify ( reduct_t reduct,
reduct_handle_t handle,
char *  buffer,
reduct_size_t  size 
)

Converts a Reduct handle to its string representation.

Parameters
reductThe Reduct structure.
handleThe handle to stringify.
bufferThe destination buffer.
sizeThe size of the destination buffer.
Returns
The number of characters that would have been written if the buffer was large enough, excluding the null terminator.

Definition at line 90 of file stringify_impl.h.

Here is the call graph for this function:
Here is the caller graph for this function: