This website requires JavaScript.
Explore
Help
Register
Sign In
tobid7
/
bannertool
Watch
1
Star
0
Fork
0
You've already forked bannertool
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
4
Wiki
Activity
Files
16a10932a383832fddf7ee304bc487d8c84d5a3d
bannertool
/
source
/
cmd.h
6 lines
93 B
C
Raw
Normal View
History
Unescape
Escape
Code cleanup.
2015-01-25 19:04:27 -08:00
#
ifndef __CMD_H__
#
define __CMD_H__
Improve command line interface.
2015-01-23 19:25:35 -08:00
Code cleanup.
2015-01-25 19:04:27 -08:00
int
cmd_process_command
(
int
argc
,
char
*
argv
[
]
)
;
Improve command line interface.
2015-01-23 19:25:35 -08:00
#
endif
Reference in New Issue
Copy Permalink