diff options
Diffstat (limited to 'src/log.h')
-rw-r--r-- | src/log.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -42,14 +42,6 @@ typedef struct { void jalv_print_control(const Jalv* jalv, const struct Port* port, float value); -/// Return a newly allocated copy of a string -char* -jalv_strdup(const char* str); - -/// Return a newly allocated concatenation of two strings -char* -jalv_strjoin(const char* a, const char* b); - /// Print a log message to stderr with a GCC-like prefix and color JALV_LOG_FUNC(2, 3) int |