Xen Test Framework
|
Common declarations for all tests. More...
#include <stdint.h>
#include <stdbool.h>
#include <stdarg.h>
#include <stddef.h>
#include <inttypes.h>
#include <limits.h>
Go to the source code of this file.
Variables | |
char | zeroptr [] |
An array which the linker resolves to 0. More... | |
Common declarations for all tests.
Definition in file types.h.
|
extern |
An array which the linker resolves to 0.
For use instead of NULL when access to 0 is really needed, without triggering NULL pointer logic in the compiler.