/* attempt to supply a declaration of errno in case <errno.h> doesn't */

#ifndef __STDC__
extern int errno;
#endif


syntax highlighted by Code2HTML, v. 0.9.1