Files
2025-10-25 03:02:53 +03:00

714 B

[stdckdint.h.syn]

29 Numerics library [numerics]

29.11 C compatibility [numerics.c]

29.11.1 Header <stdckdint.h> synopsis [stdckdint.h.syn]

🔗

#define STDC_VERSION_STDCKDINT_H 202311Ltemplate<class type1, class type2, class type3>bool ckd_add(type1* result, type2 a, type3 b);template<class type1, class type2, class type3>bool ckd_sub(type1* result, type2 a, type3 b);template<class type1, class type2, class type3>bool ckd_mul(type1* result, type2 a, type3 b);

1

#

See also: ISO/IEC 9899:2024, 7.20