File: sactypes.h

package info (click to toggle)
saclib 2.2.8-6.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,872 kB
  • sloc: ansic: 40,932; csh: 1,190; asm: 541; awk: 320; sh: 246; perl: 116; makefile: 98; sed: 48
file content (17 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*===============================================
               sactypes.h

  Header file for SACLIB type definitions
===============================================*/
#ifndef SACTYPES_H
#define SACTYPES_H

#include "sacsys.h"

typedef struct {Word next; Word flag; Word len; Word *array;} GCArray;

#define BDigit  Word

#define DWord long long

#endif