pollution: getdate_err
extern int getdate_err; 

pollution: timezone
extern long timezone __asm("_" "timezone" ); 

pollution: daylight
extern int daylight; 

pollution: getdate
struct tm *getdate(const char *); 

pollution: strptime
char * strptime(const char * restrict, const char * restrict, struct tm * restrict) __asm("_" "strptime" ); 

pollution: asctime_r
char * asctime_r(const struct tm * restrict, char * restrict ); 

pollution: ctime_r
char * ctime_r(const time_t *, char *); 

pollution: ts
pollution: base
__attribute__((availability(macos,introduced=10.15))) __attribute__((availability(ios,introduced=13.0))) __attribute__((availability(tvos,introduced=13.0))) __attribute__((availability(watchos,introduced=6.0))) int timespec_get(struct timespec *ts, int base); 

pollution: TARGET_IPHONE_SIMULATOR
#define TARGET_IPHONE_SIMULATOR 0

pollution: TARGET_OS_ARROW
#define TARGET_OS_ARROW 1

pollution: TARGET_OS_BRIDGE
#define TARGET_OS_BRIDGE 0

pollution: TARGET_OS_DRIVERKIT
#define TARGET_OS_DRIVERKIT 0

pollution: TARGET_OS_EMBEDDED
#define TARGET_OS_EMBEDDED 0

pollution: TARGET_OS_IOS
#define TARGET_OS_IOS 0

pollution: TARGET_OS_IOSMAC
#define TARGET_OS_IOSMAC 0

pollution: TARGET_OS_IPHONE
#define TARGET_OS_IPHONE 0

pollution: TARGET_OS_LINUX
#define TARGET_OS_LINUX 0

pollution: TARGET_OS_MAC
#define TARGET_OS_MAC 1

pollution: TARGET_OS_MACCATALYST
#define TARGET_OS_MACCATALYST 0

pollution: TARGET_OS_NANO
#define TARGET_OS_NANO 0

pollution: TARGET_OS_OSX
#define TARGET_OS_OSX 1

pollution: TARGET_OS_SIMULATOR
#define TARGET_OS_SIMULATOR 0

pollution: TARGET_OS_TV
#define TARGET_OS_TV 0

pollution: TARGET_OS_UEFI
#define TARGET_OS_UEFI 0

pollution: TARGET_OS_UIKITFORMAC
#define TARGET_OS_UIKITFORMAC 0

pollution: TARGET_OS_UNIX
#define TARGET_OS_UNIX 0

pollution: TARGET_OS_VISION
#define TARGET_OS_VISION 0

pollution: TARGET_OS_WATCH
#define TARGET_OS_WATCH 0

pollution: TARGET_OS_WIN32
#define TARGET_OS_WIN32 0

pollution: TARGET_OS_WINDOWS
#define TARGET_OS_WINDOWS 0

pollution: TARGET_OS_XR
#define TARGET_OS_XR 0

