mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
Decoupled generics (#2695)
This commit is contained in:
committed by
GitHub
parent
bf1d401566
commit
d96624c578
@@ -182,7 +182,6 @@ 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);
|
||||
void scratch_buffer_append_but_mangle_underscore_dot(const char *name);
|
||||
void scratch_buffer_append_cmd_argument(const char *string);
|
||||
UNUSED void scratch_buffer_append_unsigned_int(uint64_t i);
|
||||
void scratch_buffer_printf(const char *format, ...);
|
||||
|
||||
Reference in New Issue
Block a user