Last change
on this file since 57 was
52,
checked in by meunier, 12 years ago
|
Code formatting in all source files.
|
File size:
1.0 KB
|
Line | |
---|
1 | /*------------------------------------------------------------\ |
---|
2 | | | |
---|
3 | | Tool : systemcass | |
---|
4 | | | |
---|
5 | | File : sc_string.h | |
---|
6 | | | |
---|
7 | | Author : Buchmann Richard | |
---|
8 | | | |
---|
9 | | Date : 04_05_2005 | |
---|
10 | | | |
---|
11 | \------------------------------------------------------------*/ |
---|
12 | |
---|
13 | #ifndef __SC_STRING_H__ |
---|
14 | #define __SC_STRING_H__ |
---|
15 | |
---|
16 | #include <string> |
---|
17 | |
---|
18 | typedef std::string sc_string; |
---|
19 | |
---|
20 | #endif |
---|
21 | |
---|
22 | /* |
---|
23 | # Local Variables: |
---|
24 | # tab-width: 4; |
---|
25 | # c-basic-offset: 4; |
---|
26 | # c-file-offsets:((innamespace . 0)(inline-open . 0)); |
---|
27 | # indent-tabs-mode: nil; |
---|
28 | # End: |
---|
29 | # |
---|
30 | # vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4 |
---|
31 | */ |
---|
32 | |
---|
Note: See
TracBrowser
for help on using the repository browser.