#include <stdlib.h>#include <unistd.h>#include <stdint.h>#include <limits.h>#include <pthread.h>Go to the source code of this file.
Macros | |
| #define | __STDC_LIMIT_MACROS |
| #define | SSIZE_MIN (-SIZE_MAX - 1) |
| #define | REXXENTRY |
| #define | REXXEXPORT |
| #define | VLARexxEntry /* external entry points */ |
Typedefs | |
| typedef void * | REXXPFN |
| typedef pid_t | process_id_t |
| typedef pthread_t | thread_id_t |
| #define __STDC_LIMIT_MACROS |
Definition at line 43 of file unix/rexxapitypes.h.
| #define REXXENTRY |
Definition at line 61 of file unix/rexxapitypes.h.
| #define REXXEXPORT |
Definition at line 62 of file unix/rexxapitypes.h.
| #define SSIZE_MIN (-SIZE_MAX - 1) |
Definition at line 58 of file unix/rexxapitypes.h.
| #define VLARexxEntry /* external entry points */ |
Definition at line 68 of file unix/rexxapitypes.h.
| typedef pid_t process_id_t |
Definition at line 65 of file unix/rexxapitypes.h.
| typedef void* REXXPFN |
Definition at line 64 of file unix/rexxapitypes.h.
| typedef pthread_t thread_id_t |
Definition at line 66 of file unix/rexxapitypes.h.