Skip to content

Commit 42cc49d

Browse files
committed
Update docs
1 parent cdfde3e commit 42cc49d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/os/byte-order/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ If compiled on an unrecognized/unsupported platform, the macro is **not** define
136136

137137
#### STDLIB_OS_BYTE_ORDER
138138

139-
Macro which equals either `STDLIB_OS_BYTE_ORDER_LITTLE_ENDIAN` or `STDLIB_OS_BYTE_ORDER_BIG_ENDIAN` depending on the resolved platform byte order.
139+
Macro which equals either `STDLIB_OS_BYTE_ORDER_LITTLE_ENDIAN` or `STDLIB_OS_BYTE_ORDER_BIG_ENDIAN` (or host defined) depending on the resolved platform byte order.
140140

141141
```c
142142
#if defined(STDLIB_OS_BYTE_ORDER)

lib/node_modules/@stdlib/os/byte-order/include/stdlib/os/byte_order.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*
2727
* - `STDLIB_OS_BYTE_ORDER_LITTLE_ENDIAN`: an arbitrary constant.
2828
* - `STDLIB_OS_BYTE_ORDER_BIG_ENDIAN`: an arbitrary constant.
29-
* - `STDLIB_OS_BYTE_ORDER`: either `STDLIB_OS_BYTE_ORDER_LITTLE_ENDIAN` or `STDLIB_OS_BYTE_ORDER_BIG_ENDIAN`.
29+
* - `STDLIB_OS_BYTE_ORDER`: either `STDLIB_OS_BYTE_ORDER_LITTLE_ENDIAN` or `STDLIB_OS_BYTE_ORDER_BIG_ENDIAN` or host defined.
3030
*/
3131

3232
// The GNU preprocessor and Clang define macros for endianness (see http://gcc.gnu.org/onlinedocs/cpp/Common-Predefined-Macros.html#Common-Predefined-Macros):

0 commit comments

Comments
 (0)