cd ~/infobar/ diff -wc /home/jaffer/infobar/scm5c4.info /home/jaffer/infobar/scm5c5.info *** /home/jaffer/infobar/scm5c4.info Mon Jan 11 23:52:31 1999 --- /home/jaffer/infobar/scm5c5.info Mon Jan 11 23:51:35 1999 *************** *** 4,18 **** -------------- Source code for these C functions is in the file `script.c'. *Note ! Shell Scripts:: for a description of script argument processing. `script_find_executable' is only defined on unix systems. - Function: char *script_find_executable (const char *NAME) `script_find_executable' returns the path name of the executable ! which will is invoked by the script file NAME; NAME if it is a ! binary executable (not a script); or 0 if NAME does not exist or ! is not executable. - Function: char **script_process_argv(int ARGC; char **ARGV) Given an "main" style argument vector ARGV and the number of --- 4,18 ---- -------------- Source code for these C functions is in the file `script.c'. *Note ! Scripting:: for a description of script argument processing. `script_find_executable' is only defined on unix systems. - Function: char * script_find_executable (const char *NAME) `script_find_executable' returns the path name of the executable ! which is invoked by the script file NAME; NAME if it is a binary ! executable (not a script); or 0 if NAME does not exist or is not ! executable. - Function: char ** script_process_argv (int ARGC; char **ARGV) Given an "main" style argument vector ARGV and the number of Diff finished at Mon Jan 11 23:56:19