osurs
0.0.1
src
io
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_
compose_time
int compose_time(char *buffer, int time)
Needs buffer size of char[9], due to string terminating sign.
Definition:
utils.c:12
parse_time
int parse_time(char *time)
Definition:
utils.c:21
Generated by
1.9.1