#include <as400_protos.h> size_t _STRLEN_SPP(const ILEpointer *string);
Note: This function can only be used in an i5/OS PASE program. See i5/OS PASE for more information about creating i5/OS PASE programs.
The _STRLEN_SPP() determines the length of a null-terminated character string. It performs the same operation as the strlen function, but uses a 16-byte tagged space pointer to locate the string.
_STRLEN_SPP requires no authority.
_STRLEN_SPP returns length of the character string.
Any error is reported with an i5/OS exception message that the system converts to an i5/OS PASE signal. See i5/OS PASE Signal Handling for information about handling i5/OS exceptions.
Top | i5/OS PASE APIs | APIs by category |