RTEMS CPU Kit with SuperCore
4.11.2
|
Macros | |
#define | __AVR_LIBC_VERSION_STRING__ "1.6.8" |
String literal representation of the current library version. More... | |
#define | __AVR_LIBC_VERSION__ 10608UL |
Numerical representation of the current library version. More... | |
#define | __AVR_LIBC_DATE_STRING__ "20100211" |
String literal representation of the release date. More... | |
#define | __AVR_LIBC_DATE_ 20100211UL |
Numerical representation of the release date. More... | |
#define | __AVR_LIBC_MAJOR__ 1 |
Library major version number. More... | |
#define | __AVR_LIBC_MINOR__ 6 |
Library minor version number. More... | |
#define | __AVR_LIBC_REVISION__ 8 |
Library revision number. More... | |
#define __AVR_LIBC_DATE_ 20100211UL |
Numerical representation of the release date.
#define __AVR_LIBC_DATE_STRING__ "20100211" |
String literal representation of the release date.
#define __AVR_LIBC_MAJOR__ 1 |
Library major version number.
#define __AVR_LIBC_MINOR__ 6 |
Library minor version number.
#define __AVR_LIBC_REVISION__ 8 |
Library revision number.
#define __AVR_LIBC_VERSION__ 10608UL |
Numerical representation of the current library version.
In the numerical representation, the major number is multiplied by 10000, the minor number by 100, and all three parts are then added. It is intented to provide a monotonically increasing numerical value that can easily be used in numerical checks.
#define __AVR_LIBC_VERSION_STRING__ "1.6.8" |
String literal representation of the current library version.