Re: variable d'environnement
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
Patrick Dupre LCMI at
2000-02-09 12:10
Patrick Begou at
2000-02-09 13:01
Author:
Damien GIBOU
Date:
2000-02-09 12:15
UTC
To:
guilde
Subject:
Re: variable d'environnement
man getenv:
#include <stdlib.h>
char *getenv(const char *name);
pdupre@??? wrote:
> Coment je peux recuperer le contenu d'une variable d'environnement a l'interieur
> d'un programme c ?
> Merci