ARB
ps_tools.hxx
Go to the documentation of this file.
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 
void PS_print_time_diff(const struct tms *_since, const char *_before=NULp, const char *_after=NULp)
Definition: ps_tools.cxx:21
#define NULp
Definition: cxxforward.h:116