#include <kernwin.hpp> // For askaddr() definition
#include <bytes.hpp>
ea_t addr;
askaddr(&addr, "Address to look for:");
if (isEnabled(addr))
msg("%a found within the currently opened file(s).", addr);
else
msg("%a was not found.\n");







