- Port to SL-5
SKIPPED: psi/tecs/make_crv
This commit is contained in:
@ -12,6 +12,8 @@
|
||||
|
||||
#define MAGIC 7776622
|
||||
|
||||
#include "napiconfig.h"
|
||||
|
||||
typedef struct {
|
||||
int magic;
|
||||
int rank;
|
||||
@ -25,6 +27,7 @@ typedef struct {
|
||||
int *iPtr;
|
||||
short int *sPtr;
|
||||
char *cPtr;
|
||||
int64_t *lPtr;
|
||||
} u;
|
||||
}*pNXDS, NXDS;
|
||||
|
||||
@ -41,6 +44,8 @@ typedef struct {
|
||||
#define NX_UINT16 23
|
||||
#define NX_INT32 24
|
||||
#define NX_UINT32 25
|
||||
#define NX_INT64 26
|
||||
#define NX_UINT64 27
|
||||
#define NX_CHAR 4
|
||||
|
||||
#define NX_MAXRANK 32
|
||||
|
Reference in New Issue
Block a user