cd ~/infobar/ diff -c /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,20 **** -------------- 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 arguments, ARGC, `script_process_argv' returns a newly allocated argument vector in which the second line of the script being --- 4,20 ---- -------------- 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 arguments, ARGC, `script_process_argv' returns a newly allocated argument vector in which the second line of the script being *************** *** 27,32 **** `script_process_argv' correctly processes argument vectors of nested script invocations. ! - Function: int script_count_argv(char **ARGV) Returns the number of argument strings in ARGV. --- 27,32 ---- `script_process_argv' correctly processes argument vectors of nested script invocations. ! - Function: int script_count_argv (char **ARGV) Returns the number of argument strings in ARGV. Diff finished at Mon Jan 11 23:53:04