X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=lib%2Fcrtdll%2Fstdio%2Fgetenv.c;fp=lib%2Fcrtdll%2Fstdio%2Fgetenv.c;h=0cf4e1b988a1781a0727367d27beb970ee1b2e7f;hp=30a2f3802b67d7767dd0d184882b69dcc805938f;hb=a3df8bf1429570e0bd6c6428f6ed80073578cf4b;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/lib/crtdll/stdio/getenv.c b/lib/crtdll/stdio/getenv.c index 30a2f38..0cf4e1b 100644 --- a/lib/crtdll/stdio/getenv.c +++ b/lib/crtdll/stdio/getenv.c @@ -5,6 +5,9 @@ void *malloc(size_t size); +/* + * @implemented + */ char *getenv(const char *name) { char *buffer;