Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

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.