ROOT-Sim core
3.0.0-rc.2
A General-Purpose Multi-threaded Parallel/Distributed Simulation Library
|
Generic input-output facilities. More...
Go to the source code of this file.
Macros | |
#define | IO_TIME_BUFFER_LEN 26 |
The bytes required to store a time string obtained with io_local_time_get() | |
Functions | |
void | io_local_time_get (char res[IO_TIME_BUFFER_LEN]) |
Fills in a formatted string of the current time. More... | |
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
io_file_tmp_get | ( | void | ) |
Creates a temporary file.
io_local_time_get | ( | char | res[IO_TIME_BUFFER_LEN] | ) |
Fills in a formatted string of the current time.
res | a pointer to a memory area with at least IO_TIME_BUFFER_LEN chars |
The resulting string is written in res.