|
Reduct
v1.0.4-3-gdaf0d70
A functional and immutable language.
|
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. | |
| 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.
| reduct | The Reduct structure. |
| handle | The handle to stringify. |
| buffer | The destination buffer. |
| size | The size of the destination buffer. |
Definition at line 90 of file stringify_impl.h.