1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
#if HAVE_CONFIG_H #include "config.h" #endif #include"arping.h" /** * */ int main(int argc, char **argv) { return arping_main(argc, argv); } /* ---- Emacs Variables ---- * Local Variables: * c-basic-offset: 8 * indent-tabs-mode: nil * End: */