#include <stdlib.h>
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Functions | |
int | setenv (const char *env_var, const char *env_val, int dummy) |
int setenv | ( | const char * | env_var, | |
const char * | env_val, | |||
int | dummy | |||
) |
Definition at line 13 of file setenv.c.
Referenced by RInside::init_tempdir(), and RInside::RInside().