Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 313 Bytes

File metadata and controls

10 lines (8 loc) · 313 Bytes

WEAK

Syntax

weak <symbol>[,<symbol>...]

Description

Flag <symbol> as a weak symbol, which means that <symbol> is visible to all modules in the linking process, but may be replaced by any global symbol with the same name. When a weak symbol remains undefined its value defaults to 0.