File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
lib/node_modules/@stdlib/math/base/napi/ternary/include/stdlib/math/base/napi/ternary Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
* @example
32
32
* #include <stdint.h>
33
33
*
34
- * static double fcn( const double x, const int_32 y, const double z ) {
34
+ * static double fcn( const double x, const int32_t y, const double z ) {
35
35
* // ...
36
36
* }
37
37
*
Original file line number Diff line number Diff line change 31
31
* @example
32
32
* #include <stdint.h>
33
33
*
34
- * static double fcn( const double x, const int_32 y, const int_32 z ) {
34
+ * static double fcn( const double x, const int32_t y, const int32_t z ) {
35
35
* // ...
36
36
* }
37
37
*
Original file line number Diff line number Diff line change 31
31
* @example
32
32
* #include <stdint.h>
33
33
*
34
- * static double fcn( const int_32 x, const int_32 y, const double z ) {
34
+ * static double fcn( const int32_t x, const int32_t y, const double z ) {
35
35
* // ...
36
36
* }
37
37
*
Original file line number Diff line number Diff line change 31
31
* @example
32
32
* #include <stdint.h>
33
33
*
34
- * static double fcn( const int_32 x, const int_32 y, const int_32 z ) {
34
+ * static double fcn( const int32_t x, const int32_t y, const int32_t z ) {
35
35
* // ...
36
36
* }
37
37
*
You can’t perform that action at this time.
0 commit comments