repo.or.cz
/
cbaos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
import cbaos v0.1
[cbaos.git]
/
cbashell
/
command.h
blob
8eafb862861a15c53ef86c202a7cdeb5c239122f
1
#ifndef _COMMAND_H_
2
#define _COMMAND_H_
3
4
extern
int
(*
const
command_list
[])(
const char
*
cmd
);
5
6
#endif