Go to the source code of this file.
Defines | |
| #define | RCS_VERSION "4.31" |
| #define | RCS_MAJOR_VERSION (4) |
| #define | RCS_MINOR_VERSION (31) |
Functions | |
| int | rcs_version_compare (const char *) |
| void RCS_EXPORT | print_rcs_version () |
| int | rcsinfo () |
Variables | |
| int | rcs_version_printed |
| const int | rcs_major_version_number |
| const int | rcs_minor_version_number |
| const char * | rcs_version_string |
| const char * | rcs_version_info_string |
|
|
Definition at line 8 of file rcsvers_temp3.hh. |
|
|
Definition at line 9 of file rcsvers_temp3.hh. |
|
|
Definition at line 10 of file rcsvers_temp3.hh. |
|
|
Referenced by rcs_version_info_string().
|
|
|
Definition at line 49 of file rcsvers.c. 00050 {
00051 rcs_version_printed = 1;
00052 #ifndef rtlinux
00053 rcs_print((char *) rcs_version_info_string);
00054 #endif
00055 }
|
|
|
Definition at line 100 of file rcsvers.c. 00101 {
00102 print_rcs_version();
00103 cms_print_servers();
00104 print_etime();
00105 nml_print_diag_list();
00106 #ifdef VXWORKS
00107 rcs_shm_table_print();
00108 rcs_sem_table_print();
00109 #endif
00110 return(0);
00111 }
|
|
|
Definition at line 12 of file rcsvers_temp3.hh. |
|
|
Definition at line 13 of file rcsvers_temp3.hh. |
|
|
Definition at line 14 of file rcsvers_temp3.hh. |
|
|
Definition at line 15 of file rcsvers_temp3.hh. |
|
|
Definition at line 16 of file rcsvers_temp3.hh. |
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001