The C and Fortran syntax for S3L_get_attribute are shown below.
#include <s3l/s3l-c.h> #include <s3l/s3l_errno-c.h> int S3L_S3L_get_attribute(a, req_attr, axis, attr) S3L_array_t a int req_attr int axis void *attr |
include `s3l/s3l-f.h' include `s3l/s3l_errno-f.h' subroutine S3L_get_attribute(a, req_attr, axis, attr, ier) integer*8 a integer*4 req_attr integer*4 axis <type> attr integer*4 ier |
where <type> is either of integer*4 type or of pointer type. When attr is an address, it should be of type pointer. In all other cases, it should be of type integer*4.