app dir changed and src dir removed
This commit is contained in:
11
bs/cmds/exit.c
Normal file
11
bs/cmds/exit.c
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "exit.h"
|
||||
|
||||
const char cmd_exit_help[] = "Bla bla.";
|
||||
|
||||
int cmd_exit(jtag_core *jc, int argc, char **argv) {
|
||||
jtagcore_deinit(jc);
|
||||
exit(0);
|
||||
}
|
||||
Reference in New Issue
Block a user