symcc
symcc copied to clipboard
Make the string buffer of _sym_expr_to_string externally allocated
For now, _sym_expr_to_string puts the string in an internal buffer limited to 4096 bytes.
This PR proposes to let the user create the buffer and manage its size externally, to avoid having issues for large-sized expressions.
Thanks, could you look into the test errors ?
This needs to be moved to symcc-rt now... Closing, could you please reopen there?