posted by Eugenia Loli-Queru on Fri 8th Sep 2006 04:08 UTC
IconProper error detection and recovery is often ignored by UNIX developers. The lack of exceptions from the C language and the rudimentary error mechanisms from the standard C library certainly contribute to this. This article familiarizes you with the UNIX standard error reporting mechanism, the errno global variable. You'll also learn about a couple of associated global variables ( sys_nerr and sys_errlist) and the standard functions that help you report errors to the user and (hopefully) encourages you to report and handle errors in a user-friendly way.
e p (2)    12 Comment(s)

Related Articles

posted by David Adams on Sat 11th Oct 2008 16:48, submitted by IndigoJo
posted by Thom Holwerda on Thu 9th Oct 2008 21:04, submitted by ganges master
posted by David Adams on Wed 1st Oct 2008 14:32