New upstream version 4.19.0
This commit is contained in:
@@ -6,15 +6,15 @@
|
||||
#define SHADOW_INCLUDE_LIB_STRFTIME_H_
|
||||
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <time.h>
|
||||
|
||||
#include "sizeof.h"
|
||||
|
||||
|
||||
// string format time
|
||||
#define STRFTIME(dst, fmt, tm) strftime(dst, countof(dst), fmt, tm)
|
||||
// strftime_a - string format time array
|
||||
#define strftime_a(dst, fmt, tm) strftime(dst, countof(dst), fmt, tm)
|
||||
|
||||
|
||||
#endif // include guard
|
||||
|
||||
Reference in New Issue
Block a user