mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-02 07:42:50 -06:00
API for word alignment in the C runtime and in the Haskell binding
This commit is contained in:
@@ -82,6 +82,12 @@ gu_string_buf_freeze(GuStringBuf* sb, GuPool* pool)
|
||||
return p;
|
||||
}
|
||||
|
||||
void
|
||||
gu_string_buf_flush(GuStringBuf* sb)
|
||||
{
|
||||
gu_buf_flush(sb->buf);
|
||||
}
|
||||
|
||||
GuIn*
|
||||
gu_string_in(GuString s, GuPool* pool)
|
||||
{
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user