NULLSTR - check for null string.

Alternate Entry Name: NUL.ST

Usage:

B:
   val = nullstr( str );
C:
   int nullstr(const char *str);

Description:

NULLSTR returns a one if the string "str" contains only the terminating '*0' character, and a zero otherwise.

Copyright © 1996, Thinkage Ltd.