Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: stdlib.h

getenv()

IMPORT_C char *getenv(const char *_string);

Description

Get string from environment.

Parameters

const char *_string

Null-terminated string containing the name of the requested variable.

Return value

char *

A null-terminated string with the value of the requested environment variable or NULL if that environment variable does not exist.