![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| awk Shell Script error : "Syntax Error : `Split' unexpected | Herry | UNIX for Dummies Questions & Answers | 2 | 03-17-2008 11:16 AM |
| error reading sections error at install | doelman | SUN Solaris | 2 | 02-05-2007 12:21 PM |
| Error: Internal system error: Unable to initialize standard output file | firkus | UNIX for Dummies Questions & Answers | 2 | 10-25-2005 04:23 PM |
| stty: : Not a typewriter | yls177 | UNIX for Dummies Questions & Answers | 4 | 11-06-2002 09:08 AM |
| stty: tcgetattr: Not a typewriter | Trusevich | Shell Programming and Scripting | 1 | 01-17-2002 02:42 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|||||
|
check this out
http://c-faq.com/stdio/printferrno.html I got this from google. It appears that something is wrong with the IO. insufficient permissions probably sscanf, did you say? can you send the sscanf line and the way you have defined the variables used in your sscanf statement. |
|
||||
|
C functions that write to a device or a file return the error
ENOTTY - the error responsible for 'Not a typewriter'. sscanf reads data. It does return that error number. errno, once set by an error, is left unchanged until another error happens. That means if printf posted the error, but you checked the error later, right after the sscanf() call, it would look to you like sscanf() failed. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|