Reduct  v4.0.5-1-g4851deb
A functional and immutable language.
Loading...
Searching...
No Matches
stringify.h File Reference

Stringification. More...

#include <reduct/core.h>
#include <reduct/handle.h>
Include dependency graph for stringify.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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.
 

Detailed Description

Stringification.

Definition in file stringify.h.