Function: countstrz
Library: stringlib
Prototype: int countstrz(char *strzaddr)
Parameters
Parameter Type Description
strzaddr char * Pointer to strz data
Return values
Value/Range Meaning
-1 The provided strzaddr address is a nullpointer
NON NEGATIVE Number of strings at the given strz address
Description
The countstrz function returns the number of populated strings that can be found at the given strz address
Filenames: countstrz.c
Include files: ascnames.h, logicals.h, stringlib.h
Dependencies: 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: