comparison scripts/general/perror.m @ 5053:c08cb1098afc

[project @ 2004-10-19 23:10:54 by jwe]
author jwe
date Tue, 19 Oct 2004 23:10:55 +0000
parents 5e0a0b1cba43
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5052:c6ef19da4b24 5053:c08cb1098afc
22 ## Print the error message for function @var{name} corresponding to the 22 ## Print the error message for function @var{name} corresponding to the
23 ## error number @var{num}. This function is intended to be used to print 23 ## error number @var{num}. This function is intended to be used to print
24 ## useful error messages for those functions that return numeric error 24 ## useful error messages for those functions that return numeric error
25 ## codes. 25 ## codes.
26 ## @end deftypefn 26 ## @end deftypefn
27 ##
27 ## @seealso{strerror} 28 ## @seealso{strerror}
28 29
29 ## Author: jwe 30 ## Author: jwe
30 31
31 function perror (name, err) 32 function perror (name, err)