mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Cleanup and better contract error messages.
This commit is contained in:
@@ -161,6 +161,7 @@ void scratch_buffer_append_len(const char *string, size_t len);
|
||||
void scratch_buffer_append_char(char c);
|
||||
void scratch_buffer_append_in_quote(const char *string);
|
||||
void scratch_buffer_append_char_repeat(char c, size_t count);
|
||||
void scratch_buffer_append_remove_space(const char *start, int len);
|
||||
void scratch_buffer_append_signed_int(int64_t i);
|
||||
void scratch_buffer_append_double(double d);
|
||||
void scratch_buffer_append_shell_escaped(const char *string);
|
||||
|
||||
Reference in New Issue
Block a user