Edgeless RT  0.2.0
Data Structures | Typedefs | Functions
ert_args.h File Reference
#include <openenclave/bits/defs.h>
Include dependency graph for ert_args.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _ert_args
 

Typedefs

typedef struct _ert_args ert_args_t
 

Functions

ert_args_t ert_get_args (void)
 Provide args for the enclave. More...
 
int ert_get_argc (void)
 
char ** ert_get_argv (void)
 
char ** ert_get_envp (void)