ObjFW  Diff

Differences From Artifact [be5859fecb]:

To Artifact [e5c0a8d157]:


28
29
30
31
32
33
34
35
36
37
38
39
40

OF_ASSUME_NONNULL_BEGIN

#ifdef __cplusplus
extern "C" {
#endif
extern const char *_Nullable of_strptime(const char *buf, const char *fmt,
    struct tm *tm, int16_t *_Nullable tz);
#ifdef __cplusplus
}
#endif

OF_ASSUME_NONNULL_END







|





28
29
30
31
32
33
34
35
36
37
38
39
40

OF_ASSUME_NONNULL_BEGIN

#ifdef __cplusplus
extern "C" {
#endif
extern const char *_Nullable of_strptime(const char *buf, const char *fmt,
    struct tm *tm, short *_Nullable tz);
#ifdef __cplusplus
}
#endif

OF_ASSUME_NONNULL_END