Search Results

Search: Posts Made By: ebd
Forum: Programming 08-14-2009
7,509
Posted By ebd
does perror() set errno?
here the program gives a odd result:

#include <stdio.h>
int main(){
perror("first");
perror("next");
return 0;
}

result:

first: Success
next: Illegal seek

why? any...
Showing results 1 to 1 of 1

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