QH_SET_ERRNO()
QNX SDP8.0QNX Helpers Developer's GuideAPIDeveloper
A macro that sets errno
Synopsis:
#include <qh/error.h>
#define QH_SET_ERRNO(errval)
Arguments:
- errval
- The standard errno to set errno to.
Library:
qhDescription:
Because what is passed in to the macro is only evaluated once, it is safe to execute operations as part of calling the macro.
Page updated: