(SYNC) Synchronisation with local latest modifications.
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
#ifndef COMPOUND_UTILS_H
|
||||
# define COMPOUND_UTILS_H
|
||||
|
||||
# include <time.h>
|
||||
# include <string.h>
|
||||
# include <stdlib.h>
|
||||
# include <math.h>
|
||||
# include <stdint.h>
|
||||
# include <string.h>
|
||||
# include <time.h>
|
||||
|
||||
# include <Compound/common.h>
|
||||
# include <Compound/const.h>
|
||||
@@ -19,6 +17,8 @@ int Utils_CalcDigits(long long int n);
|
||||
|
||||
int Utils_LiteraliseInteger(long long int n, char *buff);
|
||||
|
||||
int Utils_DateTimeLiteralise(time_t t, char *buff);
|
||||
// int Utils_DateTimeLiteralise(time_t t, char *buff);
|
||||
int Utils_DateTimeLiteralise(time_t timer, char *buff,
|
||||
const char *__restrict format);
|
||||
|
||||
#endif /* COMPOUND_UTILS_H */
|
||||
|
Reference in New Issue
Block a user