Last change
on this file was
16763,
checked in by westram, 7 years ago
|
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.2 KB
|
Line | |
---|
1 | // ==================================================================== // |
---|
2 | // // |
---|
3 | // File : ps_tools.hxx // |
---|
4 | // Purpose : // |
---|
5 | // // |
---|
6 | // // |
---|
7 | // Coded by Ralf Westram (coder@reallysoft.de) in October 2004 // |
---|
8 | // Copyright Department of Microbiology (Technical University Munich) // |
---|
9 | // // |
---|
10 | // Visit our web site at: http://www.arb-home.de/ // |
---|
11 | // // |
---|
12 | // ==================================================================== // |
---|
13 | |
---|
14 | #ifndef PS_TOOLS_HXX |
---|
15 | #define PS_TOOLS_HXX |
---|
16 | |
---|
17 | #ifndef CXXFORWARD_H |
---|
18 | #include <cxxforward.h> |
---|
19 | #endif |
---|
20 | |
---|
21 | struct tms; |
---|
22 | |
---|
23 | void PS_print_time_diff(const struct tms *_since, const char *_before = NULp, const char *_after = NULp); |
---|
24 | |
---|
25 | #else |
---|
26 | #error ps_tools.hxx included twice |
---|
27 | #endif // PS_TOOLS_HXX |
---|
28 | |
---|
Note: See
TracBrowser
for help on using the repository browser.