source: sources/src/alias.h @ 65

Last change on this file since 65 was 52, checked in by meunier, 11 years ago

Code formatting in all source files.

File size: 776 bytes
Line 
1/*------------------------------------------------------------\
2|                                                             |
3| Tool    :                  systemcass                       |
4|                                                             |
5| File    :                 alias.h                           |
6|                                                             |
7| Author  :                 Kingbo Paul-Jerome                |
8|                                                             |
9| Date    :                   09_07_2004                      |
10|                                                             |
11\------------------------------------------------------------*/
12
13#ifndef ALIAS_H
14#define ALIAS_H
15
16extern const char * alias();
17
18#endif
19
Note: See TracBrowser for help on using the repository browser.