Mercurial > hg > octave-thorsten
comparison src/toplev.cc @ 2802:bca5fbab2e52
[project @ 1997-03-09 11:02:27 by jwe]
author | jwe |
---|---|
date | Sun, 09 Mar 1997 11:03:18 +0000 |
parents | 9aeba8e006a4 |
children | 187d5321cfa3 |
comparison
equal
deleted
inserted
replaced
2801:a98f5a21f026 | 2802:bca5fbab2e52 |
---|---|
818 } | 818 } |
819 | 819 |
820 DEFUN (atexit, args, , | 820 DEFUN (atexit, args, , |
821 "atexit (NAME): register NAME as a function to call when Octave exits\n\ | 821 "atexit (NAME): register NAME as a function to call when Octave exits\n\ |
822 \n\ | 822 \n\ |
823 Functions are called with no arguments in the reverse of the order in | 823 Functions are called with no arguments in the reverse of the order in\n\ |
824 which they were registered with atexit()") | 824 which they were registered with atexit()") |
825 { | 825 { |
826 octave_value_list retval; | 826 octave_value_list retval; |
827 | 827 |
828 int nargin = args.length (); | 828 int nargin = args.length (); |