In C++ applications, methods which are meant to be implemented in C should be wrapped in a `extern "C"` scope at the point of declaration. This enables the correct symbol table mangling, which fixes current linker errors in C++. Signed-off-by: Alexander Dengg <dornbirndevelops@gmail.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| resource_table.c | ||
| resource_table.h | ||