File nut/include/sys/environ.h


Included Files


Preprocessor definitions

#define SYS_ENVIRON_H_

#define ENVIRON_EE_OFFSET 256

#define MAX_ENVIRON_ITEM_SIZE 64

#define ENVIRON_MAGIC 0x00564E45


Typedef NUTENVIRONMENT

typedef struct _NUTENVIRONMENT NUTENVIRONMENT
struct _NUTENVIRONMENT  
   {  
      struct _NUTENVIRONMENT* env_next;  
      struct _NUTENVIRONMENT* env_prev;  
      char* env_name;  
      char* env_value;  
   }  

External Variables

nut_environ
extern NUTENVIRONMENT* nut_environ
Defined in: nut/crt/environ.c