![]() |
The ROme OpTimistic Simulator
3.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
|
Generic input-output facilities. More...
Include dependency graph for io.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | IO_TIME_BUFFER_LEN 26 |
Functions | |
| bool | io_terminal_can_colorize (void) |
| Determines if stdout supports colored text. More... | |
| void | io_local_time_get (char res[26]) |
| FILE * | io_file_tmp_get (void) |
| Creates a temporary file. More... | |
Generic input-output facilities.
This header declares architecture independent input-oputput facilities for the use in the simulator
Definition in file io.h.
| io_file_tmp_get | ( | void | ) |
Creates a temporary file.
| io_terminal_can_colorize | ( | void | ) |
Determines if stdout supports colored text.
Definition at line 16 of file init_test.c.