From Jason Turner

[stdckdint.h.syn]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpxk0n8yyh/{from.md → to.md} +15 -0
tmp/tmpxk0n8yyh/{from.md → to.md} RENAMED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ### Header `<stdckdint.h>` synopsis <a id="stdckdint.h.syn">[[stdckdint.h.syn]]</a>
2
+
3
+ ``` cpp
4
+ #define __STDC_VERSION_STDCKDINT_H__ 202311L
5
+
6
+ template<class type1, class type2, class type3>
7
+ bool ckd_add(type1* result, type2 a, type3 b);
8
+ template<class type1, class type2, class type3>
9
+ bool ckd_sub(type1* result, type2 a, type3 b);
10
+ template<class type1, class type2, class type3>
11
+ bool ckd_mul(type1* result, type2 a, type3 b);
12
+ ```
13
+
14
+ See also: ISO C 7.20
15
+