mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Adds support for localtime. From Max Neklyudov
This commit is contained in:
@@ -67,6 +67,9 @@
|
|||||||
#define INT_MAX 2147483647
|
#define INT_MAX 2147483647
|
||||||
#define UINT_MAX 4294967295U
|
#define UINT_MAX 4294967295U
|
||||||
|
|
||||||
|
#define INT_FAST32_MIN INT_MIN
|
||||||
|
#define INT_FAST32_MAX INT_MAX
|
||||||
|
|
||||||
/* These change on 32-bit and 64-bit platforms */
|
/* These change on 32-bit and 64-bit platforms */
|
||||||
|
|
||||||
#define LONG_MIN (-LONG_MAX - 1)
|
#define LONG_MIN (-LONG_MAX - 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user