VSF Documented
|
#include "shell/sys/linux/vsf_linux_cfg.h"
#include "../sys/types.h"
#include <stdint.h>
#include "utilities/compiler/compiler_detect.h"
Go to the source code of this file.
Macros | |
#define | VSF_LINUX_LIBC_WRAPPER(__api) VSF_SHELL_WRAPPER(vsf_linux_libc, __api) |
#define | NULL ((void *)0) |
#define | TRUE 1 |
#define | FALSE 0 |
#define | offsetof(__type, __member) (uintptr_t)(&(((__type *)0)->__member)) |
Typedefs | |
typedef unsigned short | wchar_t |
typedef unsigned short | wint_t |
typedef long double | max_align_t |
typedef long int | ptrdiff_t |
#define VSF_LINUX_LIBC_WRAPPER | ( | __api | ) | VSF_SHELL_WRAPPER(vsf_linux_libc, __api) |
#define NULL ((void *)0) |
#define TRUE 1 |
#define FALSE 0 |
typedef unsigned short wchar_t |
typedef unsigned short wint_t |
typedef long double max_align_t |
typedef long int ptrdiff_t |