Xen Test Framework
Variables
types.h File Reference

Common declarations for all tests. More...

#include <stdint.h>
#include <stdbool.h>
#include <stdarg.h>
#include <stddef.h>
#include <inttypes.h>
#include <limits.h>
+ Include dependency graph for types.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

char zeroptr []
 An array which the linker resolves to 0. More...
 

Detailed Description

Common declarations for all tests.

Definition in file types.h.

Variable Documentation

◆ zeroptr

char zeroptr[]

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.