source: latest/src/simplify_string.h @ 1

Last change on this file since 1 was 1, checked in by buchmann, 17 years ago

Initial import from CVS repository

File size: 917 bytes
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#ifndef SIMPLIFY_STRING_H
13#define SIMPLIFY_STRING_H
14
15#include <string>
16
17// Truncate the name : delete "."
18namespace sc_core {
19extern std::string& simplify_name (const char *name, std::string &newname);
20}
21
22#endif
23
Note: See TracBrowser for help on using the repository browser.