RTEMS
getversionstring.c
Go to the documentation of this file.
1 
9 /*
10  * COPYRIGHT (c) 1989-2008.
11  * On-Line Applications Research Corporation (OAR).
12  *
13  * The license and distribution terms for this file may be
14  * found in the file LICENSE in this distribution or at
15  * http://www.rtems.org/license/LICENSE.
16  */
17 
18 #ifdef HAVE_CONFIG_H
19 #include "config.h"
20 #endif
21 
22 #include <rtems/config.h>
23 #include <rtems/score/copyrt.h>
24 
25 const char *rtems_get_version_string(void)
26 {
27  return _RTEMS_version;
28 }
Copyright Notice for RTEMS.
This header file defines parts of the application configuration information API.
const char _RTEMS_version[]
This constant provides the RTEMS version string.
Definition: rtems-version.c:29
const char * rtems_get_version_string(void)
Returns the pointer to the RTEMS version string.