unix/rexxapitypes.h File Reference
#include <stdlib.h>
#include <unistd.h>
#include <stdint.h>
#include <limits.h>
#include <pthread.h>
Include dependency graph for unix/rexxapitypes.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
 

Macro Definition Documentation

◆ __STDC_LIMIT_MACROS

#define __STDC_LIMIT_MACROS

Definition at line 43 of file unix/rexxapitypes.h.

◆ REXXENTRY

#define REXXENTRY

Definition at line 61 of file unix/rexxapitypes.h.

◆ REXXEXPORT

#define REXXEXPORT

Definition at line 62 of file unix/rexxapitypes.h.

◆ SSIZE_MIN

#define SSIZE_MIN   (-SIZE_MAX - 1)

Definition at line 58 of file unix/rexxapitypes.h.

◆ VLARexxEntry

#define VLARexxEntry   /* external entry points */

Definition at line 68 of file unix/rexxapitypes.h.

Typedef Documentation

◆ process_id_t

typedef pid_t process_id_t

Definition at line 65 of file unix/rexxapitypes.h.

◆ REXXPFN

typedef void* REXXPFN

Definition at line 64 of file unix/rexxapitypes.h.

◆ thread_id_t

typedef pthread_t thread_id_t

Definition at line 66 of file unix/rexxapitypes.h.