diff scripts/strings/strcmp.m @ 2314:949ab8eba8bc

[project @ 1996-07-12 03:58:02 by jwe]
author jwe
date Fri, 12 Jul 1996 03:58:02 +0000
parents 5ca126254d15
children b5568c31ee2c
line wrap: on
line diff
--- a/scripts/strings/strcmp.m
+++ b/scripts/strings/strcmp.m
@@ -29,6 +29,8 @@
 ## elements corresponding to the rows of the string array?  To be
 ## compatible with Matlab, of course. 
 
+## Author: jwe
+
 function status = strcmp (s1, s2)
 
   if (nargin != 2)