File: version.c

package info (click to toggle)
termcap-compat 1.1.1.1
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 1,064 kB
  • ctags: 66
  • sloc: ansic: 775; makefile: 132; sh: 19
file content (6 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
/* Make the library identifiable with the RCS ident command.  */
#if 0
static char *version_string = "\n$Version: GNU termcap 1.2-MvS-1.1 $\n";
#else
static char *version_string = "\n$Version: GNU termcap 1.2.4 (Linux termcap 2.0.8) $\n";
#endif