Код: Выделить всё
extern "C" static void foo() {}
Код: Выделить всё
extern "C" {
static void foo() {}
}
Подробнее здесь: https://stackoverflow.com/questions/798 ... d-extern-c
Код: Выделить всё
extern "C" static void foo() {}
Код: Выделить всё
extern "C" {
static void foo() {}
}