У меня есть следующий код:
interface ** rInterfaces[MAX_REACTANS];
_reaction->rInterfaces = (interface **)malloc(MAX_REACTANS * sizeof(interface *));
Я получаю сообщение об ошибке:
error: incompatible types when assigning to type ‘struct interface **[10]’ from type ‘struct interface **’
Я не знаю, почему я получаю это. Любая помощь будет оценена.