File: bits.ih

package info (click to toggle)
trn4 4.0-test77-19
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid
  • size: 4,016 kB
  • sloc: ansic: 48,332; sh: 6,795; tcl: 1,696; yacc: 662; perl: 108; makefile: 27
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