diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2014-12-29 10:59:20 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2014-12-29 10:59:20 +0000 |
| commit | 3bd40dbab68c8354d8cfceb6dad32d24b13bc723 (patch) | |
| tree | b313cba147c811a720b1f17d5a7c1277fab68a72 /src/runtime/c/gu/string.h | |
| parent | 8fd24c3839e7d171e0c4170ae17b26c7ff5aec1b (diff) | |
API for word alignment in the C runtime and in the Haskell binding
Diffstat (limited to 'src/runtime/c/gu/string.h')
| -rw-r--r-- | src/runtime/c/gu/string.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |
