260: void 261: anthy_init_contexts(void) 262: { 263: context_ator = anthy_create_allocator(sizeof(struct anthy_context), 264: context_dtor); 265: }
コンテキストの初期化?