|
Guardtime KSI c SDK
|
#include <stddef.h>#include <stdarg.h>#include <time.h>Go to the source code of this file.
Functions | |
| size_t | KSI_snprintf (char *buf, size_t n, const char *format,...) |
| size_t | KSI_vsnprintf (char *buf, size_t n, const char *format, va_list va) |
| char * | KSI_strncpy (char *destination, const char *source, size_t n) |
| int | KSI_strdup (const char *from, char **to) |
| time_t | KSI_CalendarTimeToUnixTime (struct tm *time) |
| int | KSI_strcasecmp (const char *s1, const char *s2) |