File lt_posix_api.h
File List > base > lt_posix_api.h
Go to the documentation of this file.
/* Copyright (c) Kuba Szczodrzyński 2022-05-16. */
#include <sys/time.h>
#include <time.h>
extern char *strdup(const char *);
extern int strcasecmp(const char *s1, const char *s2);
extern int strncasecmp(const char *s1, const char *s2, size_t n);
extern char *strptime(const char *buf, const char *fmt, struct tm *tm);