Go to the source code of this file.
|
#define | anna_define_sccs_tag(module, release) const char* anna_sccs_##module = "@(#)ANNA."#module" VERSION 1.12."#release"/ST/O"; |
|
#define | anna_define_sccs_tag_ex(module, ex, release) const char* anna_sccs_##module = "@(#)ANNA."#ex" VERSION 1.12."#release"/ST/O"; |
|
#define | anna_use_sccs_tag(module) (const char *) anna_sccs_##module |
|
#define | anna_import_sccs_tag(module) extern const char* anna_sccs_##module |
|
◆ anna_define_sccs_tag
#define anna_define_sccs_tag |
( |
|
module, |
|
|
|
release |
|
) |
| const char* anna_sccs_##module = "@(#)ANNA."#module" VERSION 1.12."#release"/ST/O"; |
◆ anna_define_sccs_tag_ex
#define anna_define_sccs_tag_ex |
( |
|
module, |
|
|
|
ex, |
|
|
|
release |
|
) |
| const char* anna_sccs_##module = "@(#)ANNA."#ex" VERSION 1.12."#release"/ST/O"; |
◆ anna_import_sccs_tag
#define anna_import_sccs_tag |
( |
|
module | ) |
extern const char* anna_sccs_##module |
◆ anna_use_sccs_tag
#define anna_use_sccs_tag |
( |
|
module | ) |
(const char *) anna_sccs_##module |