1 2 3 4 5 6
#ifndef __LIBC_FEATURES_H #define __LIBC_FEATURES_H #define __weak extern __attribute__((weak)) #endif