ROOT-Sim core  3.0.0-rc.2
A General-Purpose Multi-threaded Parallel/Distributed Simulation Library
io.h
Go to the documentation of this file.
1 
12 #pragma once
13 
14 #include <arch/platform.h>
15 
16 #include <stdio.h>
17 
19 #define IO_TIME_BUFFER_LEN 26
20 
21 extern void io_local_time_get(char res[IO_TIME_BUFFER_LEN]);
22 extern FILE *io_file_tmp_get(void);
void io_local_time_get(char res[IO_TIME_BUFFER_LEN])
Fills in a formatted string of the current time.
#define IO_TIME_BUFFER_LEN
The bytes required to store a time string obtained with io_local_time_get()
Definition: io.h:19
FILE * io_file_tmp_get(void)
Creates a temporary file.
Determine on what OS we are compiling.