1 2 3 4 5
#include "lm.h" const char* ffDetectLM(FF_A_UNUSED FFLMResult* result) { return "Not supported on this platform"; }