提交 cb6c6b0c 编写于 作者: B Behdad Esfahbod
上级 dfd234a9
......@@ -89,11 +89,12 @@ test_set_basic (void)
hb_set_destroy (s);
}
static void
static inline void
print_set (hb_set_t *s)
{
hb_codepoint_t next;
printf ("{");
for (hb_codepoint_t next = HB_SET_VALUE_INVALID; hb_set_next (s, &next); )
for (next = HB_SET_VALUE_INVALID; hb_set_next (s, &next); )
printf ("%d, ", next);
printf ("}\n");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册