PatchworkOS  10941b4
A non-POSIX operating system.
Loading...
Searching...
No Matches
env_var_t Struct Reference

Environment variable structure. More...

#include <env.h>

Collaboration diagram for env_var_t:

Data Fields

charkey
 
charvalue
 

Detailed Description

Environment variable structure.

Definition at line 20 of file env.h.

Field Documentation

◆ key

char* env_var_t::key

Definition at line 22 of file env.h.

◆ value

char* env_var_t::value

Definition at line 23 of file env.h.


The documentation for this struct was generated from the following file: