% -*- texinfo -*- % @deftypefn {Function File} @var{rval}= {} cstrcmp(@var{string1},@var{string2}) % compares the @var{string1} and @var{string2} like the C-library % function, returning 0 on match, +1 if @var{string1} > @var{string2} % and -1 if @var{string1} < @var{string2}. % This operation is asymmetrical. If either @var{string1} or % @var{string2} are cell-arrays (not both simultaneously), then the % return value @var{rval} will be a similar cell-array of strings. % % @example % @group % cstrcmp('marry','marie') % %%returns value +1 % @end group % @end example % @end deftypefn % @seealso {strcmp} %