File: bits.ih

package info (click to toggle)
trn4 4.0-test76-3
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 2,988 kB
  • ctags: 2,965
  • sloc: ansic: 48,337; sh: 6,770; tcl: 1,696; yacc: 660; perl: 108; makefile: 72
file content (12 lines) | stat: -rw-r--r-- 350 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
/* bits.ih
 */
/* This software is copyrighted as detailed in the LICENSE file. */

/* DON'T EDIT BELOW THIS LINE OR YOUR CHANGES WILL BE LOST! */

static bool yank_article _((char*,int));
static bool check_chase _((char*,int));
static int chase_xref _((ART_NUM,int));
#ifdef VALIDATE_XREF_SITE
static bool valid_xref_site _((ART_NUM,char*));
#endif