Search:

Type: Posts; User: saeed144

Search: Search took 0.00 seconds.

  1. Printing it

    Thanks, it worked,
    Yet about the printing it,

    if (!*locations) printf ("%s", locations[0]);

    Is it right? I just want to print the first Location string,

    Thanks again,
    Saeed144
  2. receiving function value which returns array of strings

    Dear helper,

    How can I print the value this function returns?
    const char** available_locations (void)

    This function is to query the available/support printer locations of the Server. This...
Results 1 to 2 of 2