![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| errno | the_learner | High Level Programming | 5 | 10-02-2008 05:39 PM |
| Hi errno in sys/stat.h | vijlak | High Level Programming | 6 | 11-11-2006 09:13 PM |
| errno pb | dts | High Level Programming | 3 | 08-06-2004 10:51 AM |
| login error after sys-unconfig, errno = 13 | roing | UNIX for Dummies Questions & Answers | 14 | 02-08-2004 11:25 AM |
| Getting errno in a Multithreaded program | S.Vishwanath | High Level Programming | 2 | 03-25-2002 09:58 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
here the program gives a odd result:
Code:
#include <stdio.h>
int main(){
perror("first");
perror("next");
return 0;
}
first: Success next: Illegal seek why? any resonable explanation? i found no information about this in man pages. thanks in advance |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|