Last change
on this file since 52 was
52,
checked in by meunier, 12 years ago
|
Code formatting in all source files.
|
File size:
1.1 KB
|
Line | |
---|
1 | /*------------------------------------------------------------\ |
---|
2 | | | |
---|
3 | | Tool : systemcass | |
---|
4 | | | |
---|
5 | | File : simplify_string.h | |
---|
6 | | | |
---|
7 | | Author : Buchmann Richard | |
---|
8 | | | |
---|
9 | | Date : 21_09_2004 | |
---|
10 | | | |
---|
11 | \------------------------------------------------------------*/ |
---|
12 | |
---|
13 | #ifndef SIMPLIFY_STRING_H |
---|
14 | #define SIMPLIFY_STRING_H |
---|
15 | |
---|
16 | #include <string> |
---|
17 | |
---|
18 | // Truncate the name : delete "." |
---|
19 | namespace sc_core { |
---|
20 | |
---|
21 | extern std::string & simplify_name(const char * name, std::string & newname); |
---|
22 | |
---|
23 | } |
---|
24 | |
---|
25 | #endif |
---|
26 | |
---|
27 | /* |
---|
28 | # Local Variables: |
---|
29 | # tab-width: 4; |
---|
30 | # c-basic-offset: 4; |
---|
31 | # c-file-offsets:((innamespace . 0)(inline-open . 0)); |
---|
32 | # indent-tabs-mode: nil; |
---|
33 | # End: |
---|
34 | # |
---|
35 | # vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4 |
---|
36 | */ |
---|
37 | |
---|
Note: See
TracBrowser
for help on using the repository browser.