osurs  0.0.1
utils.h
Go to the documentation of this file.
1 
8 #ifndef OSURS_IO_UTILS_H_
9 #define OSURS_IO_UTILS_H_
10 
20 int compose_time(char *buffer, int time);
21 
28 int parse_time(char *time);
29 
30 #endif // OSURS_IO_UTILS_H_
int compose_time(char *buffer, int time)
Needs buffer size of char[9], due to string terminating sign.
Definition: utils.c:12
int parse_time(char *time)
Definition: utils.c:21