Chapter Contents |
Previous |
Next |
oe2errno |
Portability: | SASC |
SYNOPSIS | |
DESCRIPTION | |
RETURN VALUE | |
RELATED FUNCTIONS |
SYNOPSIS |
#include <lclib.h> #include <errno.h> int oe2errno( int ussrc );
DESCRIPTION |
oe2errno
converts an IBM
UNIX System Services (USS) errno
value to the
equivalent SAS/C errno
value.
RETURN VALUE |
oe2errno
returns the equivalent
SAS/C errno
value, if applicable. Otherwise
it returns -1.
RELATED FUNCTIONS |
perror
, strerror
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2004 by SAS Institute Inc., Cary, NC, USA. All rights reserved.