IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 1 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Um. Do a man getenv.
All that crud from the for loop on is unnecessary.

#include <stdio.h>
#include <stdlib.h>

main(int argc, char *argv[])
{
char *query_string;
query_string = getenv("TERM");
printf("Query String=%s\\n",query_string);
}

Wade.

"All around me are nothing but fakes
Come with me on the biggest fake of all!"

New Well I did say I wasn't a C coder.
Yeah, wonder why he did that? Works without all that extra code.

Nice to see Tru64 is slightly less broken than I thought.
On and on and on and on,
and on and on and on goes John.
New Yeah, that's what I thought.
It looks like he was used to some environment wierdness from Windows or DOS. In some ways of linking, you get the whole environment behind a global pointer like that and you have to write your own code to go looking for things.

Wade.

"All around me are nothing but fakes
Come with me on the biggest fake of all!"

     Is it me or is it Tru64? - (Meerkat) - (7)
         Um. Do a man getenv. - (static) - (2)
             Well I did say I wasn't a C coder. - (Meerkat) - (1)
                 Yeah, that's what I thought. - (static)
         Running past end - (JayMehaffey) - (2)
             CGI Shell hack - (JayMehaffey) - (1)
                 That all makes sense - (Meerkat)
         Please tell me Tru64 doesn't have that whacked a getenv. - (wharris2)

Calendars are a minor issue.
43 ms