|
From: Philipp K. K. <pk...@sp...> - 2025-02-26 13:25:17
|
Am 26.02.25 um 14:06 schrieb Sebastien Lorquet: > Hello, > > How would that compare to __attribute__((weak)) ? > > https://gcc.gnu.org/onlinedocs/gcc-4.5.3/gcc/Function-Attributes.html > > Sebastien They are unrelated. __attribute__((weak)) is for the linker, _Optional for the compiler. |