项目作者: MouChiaHung

项目描述 :
C override mechanism using attribute weak.
高级语言: C
项目地址: git://github.com/MouChiaHung/ATTRIBUTE_WEAK.git
创建时间: 2021-02-22T08:27:41Z
项目社区:https://github.com/MouChiaHung/ATTRIBUTE_WEAK

开源协议:

下载


C override mechanism using attribute weak

1.Run make OVERRIDE=0 for calling no override handler.

image

2.Run make OVERRIDE=1 for calling the override handler.

image

3.Run nm to see weak and strong symbols

image