Search Results

Search: Posts Made By: Sir_Tomasz
Forum: Programming 09-12-2014
3,208
Posted By Sir_Tomasz
Thank you! I will be more careful with...
Thank you! I will be more careful with parentheses next time.
Forum: Programming 09-12-2014
3,208
Posted By Sir_Tomasz
Problem with lseek call.
The following code:
int fd;

if (fd = open("mem", O_RDONLY) == -1)
return 1;

if (lseek(fd, 0, SEEK_SET) == -1) {
char *buf = malloc(512);
buf =...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 03:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy