/* used by Makefile.pl to check the version of the GNU Readline Library */ #include #include main() { puts(rl_library_version); }