List Question
9 TechQA 2024-03-12T08:17:54.053000Why both codes add -visibility=hidden, the normal functions compile incorrectly, but the virtual functions compile correctly?
118 views
Asked by quanquanquan97
How do I debug a constructor function in an LD_PRELOAD library?
97 views
Asked by Joseph Sible-Reinstate Monica
What does "mode" attribute do?
148 views
Asked by jdx
why weak attribute has not been selected for C23?
136 views
Asked by Guillaume D
GCC attribute __attribute__ ((constructor)) from main executable runs after linked libraries constructors
699 views
Asked by Federico
Is a C struct of all-packed fields except first one different from packed struct?
143 views
Asked by PiCTo
__attribute__ in definitions of multiple variables
883 views
Asked by Binarus
How can I create a platform-independent macro to wrap a compiler extension?
311 views
Asked by AudioBubble
What preprocessor condition should I check so as to use __attribute__((const))?
674 views
Asked by einpoklum