Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. smadhans

    pclose returns -1 in solaris 10

    Hi, Below is the snippet code: File *fptr; char filebuf[300]; if ((fptr=popen("ls -ltr ","r")) != NULL) { while(!feof(fptr)) { memset(filebuf, '\0', sizeof(filebuf)); if(fgets(filebuf, sizeof(filebuf), in1) != NULL) { printf("%s",filebuf)...

Part and Inventory Search

Back
Top