source: branches/profile/CORE/arb_misc.h

Last change on this file was 9197, checked in by westram, 11 years ago
  • merge from ptsfix [9047] [9133] [9140] [9146] [9152] [9159]
    • status: show estimation for left time
    • fflushes (for better separation of debug output)
    • show time needed for single build-phases / startup
  • merge is imcomplete, undo before reintegrating if this merge makes problems
File size: 492 bytes
Line 
1/* This file is generated by aisc_mkpt.
2 * Any changes you make here will be overwritten later!
3 */
4
5#ifndef ARB_MISC_H
6#define ARB_MISC_H
7
8/* define ARB attributes: */
9#ifndef ATTRIBUTES_H
10# include <attributes.h>
11#endif
12
13
14/* arb_misc.cxx */
15
16#ifndef _GLIBCXX_CSTDLIB
17#include <cstdlib>
18#endif
19
20const char *GBS_readable_size(unsigned long long size, const char *unit_suffix);
21const char *GBS_readable_timediff(size_t seconds);
22
23#else
24#error arb_misc.h included twice
25#endif /* ARB_MISC_H */
Note: See TracBrowser for help on using the repository browser.