@@ -21,12 +21,18 @@ # define __STDC_CONSTANT_MACROS #endif #include +#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