C++程序  |  9行  |  192 B

#ifndef PRELINK_INFO_H
#define PRELINK_INFO_H
#ifdef SUPPORT_ANDROID_PRELINK_TAGS

int check_prelinked(const char *fname, int elf_little, long *prelink_addr);

#endif
#endif/*PRELINK_INFO_H*/