mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
5 lines
136 B
C
5 lines
136 B
C
/* Linked with ar.o to flag that this program decides at runtime
|
|
(using argv[0] if it is is 'ar' or 'ranlib'. */
|
|
|
|
int is_ranlib = 0;
|