/* * Copyright (c) 1998-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License version 2 or (at your option) any later version. */ /* * INCLUDE FILES */ #include "general.h" /* must always come first */ #include "main_p.h" /* * FUNCTION DEFINITIONS */ int main(int argc, char **argv) { return ctags_cli_main (argc, argv); }