make st and std separate programmes
This commit is contained in:
parent
339e7f3571
commit
0c0ada8a7f
3 changed files with 19 additions and 9 deletions
2
st.c
2
st.c
|
@ -4,7 +4,7 @@
|
|||
#include <string.h>
|
||||
|
||||
int
|
||||
Xmain(int argc, char *argv[]) {
|
||||
main(int argc, char *argv[]) {
|
||||
if(argc == 2 && !strcmp("-v", argv[1]))
|
||||
eprint("st-"VERSION", © 2007-2008 st engineers, see LICENSE for details\n");
|
||||
else if(argc != 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue