source: sources/src/sc_signed.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: 1.2 KB
Line 
1/*------------------------------------------------------------\
2|                                                             |
3| Tool    :                  systemcass                       |
4|                                                             |
5| File    :                 sc_signed.h                       |
6|                                                             |
7| Author  :                 Buchmann Richard                  |
8|                                                             |
9| Date    :                   14_04_2005                      |
10|                                                             |
11\------------------------------------------------------------*/
12
13#ifndef __SC_SIGNED_H__
14#define __SC_SIGNED_H__
15
16// ----------------------------------------------------------------------------
17//  CLASS : sc_signed
18//
19// ----------------------------------------------------------------------------
20
21namespace sc_dt {
22
23} /* end of sc_dt namespace */
24
25#endif /* __SC_SIGNED_H__ */
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.