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 | |
---|
20 | const char *GBS_readable_size(unsigned long long size, const char *unit_suffix); |
---|
21 | const char *GBS_readable_timediff(size_t seconds); |
---|
22 | const char *ARB_float_2_ascii(const float f); |
---|
23 | const char *ARB_getenv_ignore_empty(const char *envvar); |
---|
24 | char *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.