20 #ifndef COMPATIBILITY_H
21 #define COMPATIBILITY_H
43 size_t KSI_snprintf(
char *buf,
size_t n,
const char *format, ...);
53 size_t KSI_vsnprintf(
char *buf,
size_t n,
const char *format, va_list va);
64 char *
KSI_strncpy (
char *destination,
const char *source,
size_t n);
size_t KSI_snprintf(char *buf, size_t n, const char *format,...)
int KSI_strcasecmp(const char *s1, const char *s2)
time_t KSI_CalendarTimeToUnixTime(struct tm *time)
char * KSI_strncpy(char *destination, const char *source, size_t n)
size_t KSI_vsnprintf(char *buf, size_t n, const char *format, va_list va)
int KSI_strdup(const char *from, char **to)