File: apply.h

package info (click to toggle)
magnus 20060324-5.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 19,436 kB
  • ctags: 20,462
  • sloc: cpp: 130,217; ansic: 37,090; tcl: 10,970; perl: 1,109; makefile: 966; sh: 403; yacc: 372; csh: 57; awk: 33; asm: 10
file content (13 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* INclude file for apply.c  */
#include "tc.h"
#include "ded.h"
#include "coset_def.h"
#include "ct.h"
#include "miscellaneous.h"

#ifndef __APPLY__
#define __APPLY__
#define	Init	ct = COSET_TABLE; \
		ncol = NCOL 
#endif