ObjFW  Diff

Differences From Artifact [0474419529]:

To Artifact [3d18d54500]:


19
20
21
22
23
24
25




26
27
28
29
30
31
32


19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38







+
+
+
+







+
+
#endif
#ifndef __STDC_CONSTANT_MACROS
# define __STDC_CONSTANT_MACROS
#endif

#include <time.h>

#import "macros.h"

OF_ASSUME_NONNULL_BEGIN

#ifdef __cplusplus
extern "C" {
#endif
extern const char* of_strptime(const char*, const char*, struct tm *tm);
#ifdef __cplusplus
}
#endif

OF_ASSUME_NONNULL_END