Virgil IoT KIT
|
PC configuration : Standart Library calls configuration. More...
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <time.h>
#include "global-hal.h"
#include <pthread.h>
Go to the source code of this file.
Macros | |
#define | VS_IOT_ASSERT assert |
assert call More... | |
#define | VS_IOT_CALLOC calloc |
calloc call More... | |
#define | VS_IOT_FREE free |
free call More... | |
#define | VS_IOT_MALLOC malloc |
malloc call More... | |
#define | VS_IOT_MEMCMP memcmp |
memcmp call More... | |
#define | VS_IOT_MEMCPY memcpy |
memcpy call More... | |
#define | VS_IOT_MEMSET memset |
memset call More... | |
#define | VS_IOT_MEMMOVE memmove |
memmove call More... | |
#define | VS_IOT_SNPRINTF snprintf |
snprintf call More... | |
#define | VS_IOT_SPRINTF sprintf |
sprintf call More... | |
#define | VS_IOT_STRCPY strcpy |
strcpy call More... | |
#define | VS_IOT_STRNCPY strncpy |
strncpy call More... | |
#define | VS_IOT_STRNCMP strncmp |
strncmp call More... | |
#define | VS_IOT_STRSTR strstr |
strstr call More... | |
#define | VS_IOT_STRLEN strlen |
strlen call More... | |
#define | VS_IOT_VSNPRINTF vsnprintf |
vsnprintf call More... | |
#define | VS_IOT_ASCTIME(TIME_T) asctime(localtime(&(TIME_T))) |
conversion from time_t to ASCIIZ More... | |
#define | VS_IOT_GET_THREAD_ID pthread_self() |
Get current thread ID. More... | |
PC configuration : Standart Library calls configuration.
#define VS_IOT_ASCTIME | ( | TIME_T | ) | asctime(localtime(&(TIME_T))) |
conversion from time_t to ASCIIZ
#define VS_IOT_ASSERT assert |
assert call
#define VS_IOT_CALLOC calloc |
calloc call
#define VS_IOT_FREE free |
free call
#define VS_IOT_GET_THREAD_ID pthread_self() |
Get current thread ID.
#define VS_IOT_MALLOC malloc |
malloc call
#define VS_IOT_MEMCMP memcmp |
memcmp call
#define VS_IOT_MEMCPY memcpy |
memcpy call
#define VS_IOT_MEMMOVE memmove |
memmove call
#define VS_IOT_MEMSET memset |
memset call
#define VS_IOT_SNPRINTF snprintf |
snprintf call
#define VS_IOT_SPRINTF sprintf |
sprintf call
#define VS_IOT_STRCPY strcpy |
strcpy call
#define VS_IOT_STRLEN strlen |
strlen call
#define VS_IOT_STRNCMP strncmp |
strncmp call
#define VS_IOT_STRNCPY strncpy |
strncpy call
#define VS_IOT_STRSTR strstr |
strstr call
#define VS_IOT_VSNPRINTF vsnprintf |
vsnprintf call