GNU Octave 11.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
setenv-wrapper.c File Reference
#include <stdlib.h>
#include "setenv-wrapper.h"

Go to the source code of this file.

Functions

int octave_setenv_wrapper (const char *envname, const char *envval, int overwrite)
 

Function Documentation

◆ octave_setenv_wrapper()

int octave_setenv_wrapper ( const char *  envname,
const char *  envval,
int  overwrite 
)

Definition at line 39 of file setenv-wrapper.c.

Referenced by putenv_wrapper().