RTEMS CPU Kit with SuperCore  4.11.3
Macros
avr-libc Version Macros

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...
 

Detailed Description

Macro Definition Documentation

◆ __AVR_LIBC_DATE_

#define __AVR_LIBC_DATE_   20100211UL

Numerical representation of the release date.

◆ __AVR_LIBC_DATE_STRING__

#define __AVR_LIBC_DATE_STRING__   "20100211"

String literal representation of the release date.

◆ __AVR_LIBC_MAJOR__

#define __AVR_LIBC_MAJOR__   1

Library major version number.

◆ __AVR_LIBC_MINOR__

#define __AVR_LIBC_MINOR__   6

Library minor version number.

◆ __AVR_LIBC_REVISION__

#define __AVR_LIBC_REVISION__   8

Library revision number.

◆ __AVR_LIBC_VERSION__

#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.

◆ __AVR_LIBC_VERSION_STRING__

#define __AVR_LIBC_VERSION_STRING__   "1.6.8"

String literal representation of the current library version.