Function: countprefixalphas
Library: stringlib
Prototype: int countprefixalphas(char *strarg)
Parameters
Parameter Type Description
strarg char * Pointer to string
Return values
Value Meaning
ZERO String is empty, not assigned, or contains no alphabetical characters at the beginning
POSITIVE Number of alphabetical characters at the start of the string
Description
The countprefixalphas function returns the number of alphabetic characters at start of the given string.
Filenames: azprectr.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: