repo.or.cz
/
newos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
use the -newos toolchain even if -elf is present.
[newos.git]
/
apps
/
shell
/
args.h
blob
869de56d4ce09dc77f8de111d8e680441d182fc2
1
#ifndef _args_h_
2
#define _args_h_
3
4
extern
int
af_exit_after_script
;
5
extern
char
*
af_script_file_name
;
6
7
void
init_arguments
(
int
argc
,
char
**
argv
);
8
9
#endif