|
HPCToolkit
|
#include <errno.h>

Go to the source code of this file.
Macros | |
| #define | HPCTOOLKIT_APPLICATION_ERRNO_SAVE() int application_errno = errno |
| #define | HPCTOOLKIT_APPLICATION_ERRNO_RESTORE() errno = application_errno |
| #define HPCTOOLKIT_APPLICATION_ERRNO_RESTORE | ( | ) | errno = application_errno |
Definition at line 64 of file ss-errno.h.
| #define HPCTOOLKIT_APPLICATION_ERRNO_SAVE | ( | ) | int application_errno = errno |
Definition at line 63 of file ss-errno.h.