mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-05 02:49:00 +08:00
11 lines
179 B
Markdown
11 lines
179 B
Markdown
|
---
|
||
|
title: "mg_is_big_endian()"
|
||
|
decl_name: "mg_is_big_endian"
|
||
|
symbol_kind: "func"
|
||
|
signature: |
|
||
|
int mg_is_big_endian(void);
|
||
|
---
|
||
|
|
||
|
Returns true if target platform is big endian.
|
||
|
|