This section lists the changes to user exit routines.
ANSI C, C++
Version 6 or earlier | Version 7 |
---|---|
<For 32-bit architecture> long uoc_func(dcmpsv_uoc_rtime *parm) | DCLONG uoc_func(dcmpsv_uoc_rtime *parm) |
<For 64-bit architecture> int uoc_func(dcmpsv_uoc_rtime *parm) |
K&R C
Version 6 or earlier | Version 7 |
---|---|
<For 32-bit architecture> long uoc_func(parm) | DCLONG uoc_func(parm) |
<For 64-bit architecture> int uoc_func(parm) |
Contents of dcmpsv_uoc_rtime
Version 6 or earlier | Version 7 |
---|---|
<For 32-bit architecture> typedef struct {char le_name[9]; | typedef struct {char le_name[9]; |
<For 64-bit architecture> typedef struct {char le_name[9]; |