EVE 1.0
env.h File Reference

EVE build environment. More...

#include <nordic_common.h>
Include dependency graph for env.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TRUE   true
 
#define FALSE   false
 
#define ARRAY_SIZE(arr)   (sizeof(arr) / sizeof((arr)[0]))
 
#define container_of(ptr, type, mem)   ((type*) (((char*)(ptr)) - offsetof(type, mem)))
 

Detailed Description

EVE build environment.

Author
DT, Jetro AS

Definition in file env.h.