File: samisc.h

package info (click to toggle)
trn4 4.0-test77-18
  • links: PTS, VCS
  • area: non-free
  • in suites: trixie
  • size: 4,016 kB
  • sloc: ansic: 48,332; sh: 6,795; tcl: 1,696; yacc: 662; perl: 108; makefile: 26
file content (18 lines) | stat: -rw-r--r-- 417 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* This file Copyright 1992 by Clifford A. Adams */
/* samisc.h
 *
 * smaller functions
 */

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

#ifdef UNDEF
int check_article _((long));
#endif
bool sa_basic_elig _((long));
bool sa_eligible _((long));
long sa_artnum_to_ent _((ART_NUM));
void sa_selthreads _((void));
int sa_number_arts _((void));
void sa_go_art _((long));
int sa_compare _((long,long));