File: ctags.h

package info (click to toggle)
arduino-ctags 5.8-arduino11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,952 kB
  • sloc: ansic: 35,037; makefile: 132; sh: 23
file content (28 lines) | stat: -rw-r--r-- 681 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
*   $Id: ctags.h 702 2009-03-14 03:52:21Z dhiebert $
*
*   Copyright (c) 1996-2002, Darren Hiebert
*
*   This source code is released for free distribution under the terms of the
*   GNU General Public License.
*
*   Program definitions
*/
#ifndef _CTAGS_H
#define _CTAGS_H

/*
*   MACROS
*/
#ifndef PROGRAM_VERSION
# define PROGRAM_VERSION "Development"
#endif
#define PROGRAM_NAME      "Exuberant Ctags"
#define PROGRAM_URL       "http://ctags.sourceforge.net"
#define PROGRAM_COPYRIGHT "Copyright (C) 1996-2009"
#define AUTHOR_NAME       "Darren Hiebert"
#define AUTHOR_EMAIL      "dhiebert@users.sourceforge.net"

#endif	/* _CTAGS_H */

/* vi:set tabstop=4 shiftwidth=4: */