source: branches/profile/PROBE_SET/ps_tools.hxx

Last change on this file was 6366, checked in by westram, 14 years ago
  • fixed whitespace (scripted)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 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
17struct tms;
18
19void PS_print_time_diff(const struct tms *_since, const char *_before = 0, const char *_after = 0);
20
21#else
22#error ps_tools.hxx included twice
23#endif // PS_TOOLS_HXX
24
Note: See TracBrowser for help on using the repository browser.