Skip to main content
Version: 4.4.x

initialization

// Initialize MTE
if (!mte_init(NULL, NULL))
{
fputs("MTE init error.", stderr);
return -1;
}