This website requires JavaScript.
Explore
Help
Register
Sign In
DevKit7
/
bannertool
Watch
1
Star
0
Fork
0
You've already forked bannertool
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
1
Wiki
Activity
master
bannertool
/
source
/
cmd.h
6 lines
85 B
C
Raw
Permalink
Normal View
History
Unescape
Escape
Fix header include guards names Symbols starting with two underscores are reserved, as per the C standard.
2016-01-27 16:42:15 +01:00
#
ifndef CMD_H
#
define CMD_H
Improve command line interface.
2015-01-24 04:25:35 +01:00
Code cleanup.
2015-01-26 04:04:27 +01:00
int
cmd_process_command
(
int
argc
,
char
*
argv
[
]
)
;
Improve command line interface.
2015-01-24 04:25:35 +01:00
#
endif
Reference in New Issue
Copy Permalink