Re: svn system() replacement ?
From: Lars Kellogg-Stedman <lars_at_larsshack.org>
Date: 2002-01-28 15:43:03 CET
> Yes. But we need to make main() pass the environment data to the commit
If the system() replacement is the only function that needs to
I don't know if this is a POSIX-ism or just a common convention, but the
#include <stdio.h>
extern char **environ;
int main() {
for (i=0; environ[i]; i++)
Cheers,
-- Lars
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.