|
Reduct
v4.0.5-1-g4851deb
A functional and immutable language.
|
Functions | |
| REDUCT_API size_t | reduct_stringify (reduct_t *reduct, reduct_handle_t handle, char *buffer, size_t size) |
| Converts a Reduct handle to its string representation. | |
| REDUCT_API char * | reduct_stringify_alloc (reduct_t *reduct, reduct_handle_t handle) |
| Converts a Reduct handle to its string representation, allocating a new buffer. | |
| REDUCT_API size_t reduct_stringify | ( | reduct_t * | reduct, |
| reduct_handle_t | handle, | ||
| char * | buffer, | ||
| size_t | size | ||
| ) |
Converts a Reduct handle to its string representation.
| reduct | Pointer to the Reduct structure. |
| handle | The handle to stringify. |
| buffer | The destination buffer. |
| size | The size of the destination buffer. |
| REDUCT_API char * reduct_stringify_alloc | ( | reduct_t * | reduct, |
| reduct_handle_t | handle | ||
| ) |
Converts a Reduct handle to its string representation, allocating a new buffer.
| reduct | Pointer to the Reduct structure. |
| handle | The handle to stringify. |
free().