#include "setup.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <curl/curl.h>#include "memory.h"#include "memdebug.h"Go to the source code of this file.
Functions | |
| static char * | GetEnv (const char *variable) |
| char * | curl_getenv (const char *v) |
| char* curl_getenv | ( | const char * | v | ) |
Definition at line 66 of file getenv.c.
References GetEnv().
Referenced by CreateConnection(), and Curl_parsenetrc().
| static char* GetEnv | ( | const char * | variable | ) | [static] |
1.5.6