mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-27 15:10:53 +00:00
82416b0212
* Cleanup the use of getopt with our wrapper
8 lines
145 B
C
8 lines
145 B
C
/* radare - LGPL - Copyright 2007-2019 - pancake */
|
|
|
|
#include <r_main.h>
|
|
|
|
int main(int argc, char **argv) {
|
|
return r_main_ragg2 (argc, argv);
|
|
}
|