Function: isempty
Library: stringlib
Prototype: int isempty(char *strarg)
Parameters
Parameter Type Description
strarg char * Pointer to string
Return values
Value Meaning
TRUE String is not assigned or is empty
FALSE String is assigned and populated
Description
The isempty function returns a boolean value depending on whether the provided string is populated or not.
Filenames: isempty.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: