Go to the documentation of this file.
38 #ifndef VS_IOT_SDK_STDLIB_CONFIG_H
39 #define VS_IOT_SDK_STDLIB_CONFIG_H
50 #define VS_IOT_ASSERT assert
53 #define VS_IOT_CALLOC calloc
56 #define VS_IOT_FREE free
59 #define VS_IOT_MALLOC malloc
62 #define VS_IOT_MEMCMP memcmp
65 #define VS_IOT_MEMCPY memcpy
68 #define VS_IOT_MEMSET memset
71 #define VS_IOT_MEMMOVE memmove
74 #define VS_IOT_SNPRINTF snprintf
77 #define VS_IOT_SPRINTF sprintf
80 #define VS_IOT_STRCPY strcpy
83 #define VS_IOT_STRNCPY strncpy
86 #define VS_IOT_STRNCMP strncmp
89 #define VS_IOT_STRSTR strstr
92 #define VS_IOT_STRLEN strlen
95 #define VS_IOT_VSNPRINTF vsnprintf
98 #define VS_IOT_ASCTIME(TIME_T) asctime(localtime(&(TIME_T)))
101 #endif // VS_IOT_SDK_STDLIB_CONFIG_H