source: tags/ms_r18q1/CORE/arb_misc.h

Last change on this file was 14682, checked in by westram, 8 years ago
File size: 657 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);
22const char *ARB_float_2_ascii(const float f);
23const char *ARB_getenv_ignore_empty(const char *envvar);
24char *ARB_executable(const char *exe_name, const char *path);
25
26#else
27#error arb_misc.h included twice
28#endif /* ARB_MISC_H */
Note: See TracBrowser for help on using the repository browser.