(MOD) Refined Var, Array, CatlogMsg, CatlogSender, Status
This is the very first version that pass the compiler. Though it has lots things were made for testing, such as commenting problematic source code to avoid irrelevant errors. For test.c, everything is working fine. Congrats!
This commit is contained in:
@@ -4,13 +4,17 @@
|
||||
# include <time.h>
|
||||
# include <string.h>
|
||||
# include <stdlib.h>
|
||||
# include <math.h>
|
||||
|
||||
# include <Compound/common.h>
|
||||
# include <Compound/const.h>
|
||||
|
||||
# define DATETIME_FORMAT "%a %d %b %X %Z %Y"
|
||||
|
||||
int Utils_CalcDigits(long long n);
|
||||
int Utils_CalcDateTimeLiteralisationLength(char *buff);
|
||||
int Utils_CalcDigits(long long int n);
|
||||
|
||||
int Utils_LiteraliseInteger(long long int n, char *buff);
|
||||
|
||||
int Utils_DateTimeLiteralise(time_t t, char *buff);
|
||||
|
||||
#endif /* COMPOUND_UTILS_H */
|
||||
|
Reference in New Issue
Block a user