is-ranlib.c revision 1.1.1.1
1/* Linked with ar.o to flag that this program is 'ranlib' (not 'ar').  */
2
3int is_ranlib = 1;
4