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 Wanet Telecoms Ltd 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. afternoondelite

    Using read as a system call

    I have to create a program with a system call and something is driving me nuts. For some reason I get really odd results from a file with an odd number of characters: 48 struct stat buffer1; 49 fstat(d1, &buffer1); 50 size_t tot_bytes1 = buffer1.st_size; 51 char *buff1 =...

Part and Inventory Search

Back
Top