man mtext () - Allocate a new M-text.
NAME
mtext - Allocate a new M-text.
SYNOPSIS
MText* mtext ()
DESCRIPTION
The mtext() function allocates a new M-text of length 0 and returns a pointer to it. The allocated M-text will not be freed unless the user explicitly does so with the m17n_object_free() function.
SEE ALSO
m17n_object_free()