use the -newos toolchain even if -elf is present.
[newos.git] / apps / shell / args.h
blob869de56d4ce09dc77f8de111d8e680441d182fc2
1 #ifndef _args_h_
2 #define _args_h_
4 extern int af_exit_after_script;
5 extern char *af_script_file_name;
7 void init_arguments(int argc,char **argv);
9 #endif