Changes between Version 16 and Version 17 of Language
- Timestamp:
- 05/18/23 20:51:20 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Language
v16 v17 486 486 === `$default_value` 487 487 488 Assigns an object the default value of its type. Signature: 489 {{{ 490 $system void $default_value(void *ptr); 491 }}} 492 Assigns the default value to the object pointed to by `ptr`. 493 The default value is determined under the assumption that the object has static storage duration. 494 These default values are specified by the C standard for C types. 495 For example, 0 is the default value for a numeric type. 496 488 497 === `$elaborate_domain` 489 498
