From 3bd40dbab68c8354d8cfceb6dad32d24b13bc723 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Mon, 29 Dec 2014 10:59:20 +0000 Subject: API for word alignment in the C runtime and in the Haskell binding --- src/runtime/c/gu/string.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/runtime/c/gu/string.h') diff --git a/src/runtime/c/gu/string.h b/src/runtime/c/gu/string.h index 111050606..e4729239c 100644 --- a/src/runtime/c/gu/string.h +++ b/src/runtime/c/gu/string.h @@ -33,6 +33,9 @@ gu_string_buf_out(GuStringBuf* sb); GuString gu_string_buf_freeze(GuStringBuf* sb, GuPool* pool); +void +gu_string_buf_flush(GuStringBuf* sb); + GuString gu_format_string_v(const char* fmt, va_list args, GuPool* pool); -- cgit v1.2.3