Function: countprefixalnums
Library: stringlib
Prototype: int countprefixalnums(char *strarg)
Parameters
Parameter Type Description
strarg char * Pointer to string
Return values
Value Meaning
ZERO String is empty, not assigned, or contains no alphanumerical characters at the beginning
POSITIVE Number of alphanumerical characters at the start of the string
Description
The countprefixalnums function returns the number of alphanumerical characters at start of the given string.
Filenames: anprectr.c
Include files: ctypes, ascnames.h, logicals.h, stringlib.h
Dependencies: ansilib, mheaders
Developer Information
Proposer: Mark Hobley
Lead programmer: Mark Hobley
Documentation by:
Manual page by:
Test Status
Lead test planner:
Lead test developer:
Test sign off:
Test plan: PENDING
Test programs: