Search:

Type: Posts; User: athene

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,055

    Sorry for the ambiguity. I am trying to get the...

    Sorry for the ambiguity. I am trying to get the enviroment variables as a list and then be able to search for specific variable and output the result.
  2. Replies
    6
    Views
    1,055

    Thanks for that. but That code I have at...

    Thanks for that.

    but

    That code I have at the moment just prints out the enviroment variables, how can I manipulate the data so I can use strchr to print the result of the search?
  3. Replies
    6
    Views
    1,055

    Help with search

    What I am trying to do is be able to search for a variable starting with a chosen character using the <string.h> header.

    The code so for......

    insert


    #include <stdio.h>
    #include...
Results 1 to 3 of 3