diff --git a/lib/node_modules/@stdlib/constants/int32/max/README.md b/lib/node_modules/@stdlib/constants/int32/max/README.md index 3ed9c8db9012..a2a96d708717 100644 --- a/lib/node_modules/@stdlib/constants/int32/max/README.md +++ b/lib/node_modules/@stdlib/constants/int32/max/README.md @@ -62,6 +62,60 @@ console.log( INT32_MAX ); + + +* * * + +
+ +## C APIs + + + +
+ +
+ + + + + +
+ +### Usage + +```c +#include "stdlib/constants/int32/max.h" +``` + +#### STDLIB_CONSTANT_INT32_MAX + +Macro for the maximum [signed 32-bit integer][max-int32]. + +
+ + + + + +
+ +
+ + + + + +
+ +
+ + + +
+ + +