File: LongInts.h

package info (click to toggle)
oo2c32 1.5.4-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 8,888 kB
  • ctags: 5,436
  • sloc: ansic: 95,310; sh: 473; makefile: 345; perl: 57; lisp: 20
file content (15 lines) | stat: -rw-r--r-- 600 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* file generated by oo2c -- do not edit */
#ifndef _MODULE_LongInts_
#define _MODULE_LongInts_

#define LongInts__B 32768
typedef short int LongInts__LongInt[170];
extern int LongInts__MinDigit(LongInts__LongInt w);
extern void LongInts__MultDigit(LongInts__LongInt w, int digit, int k);
extern void LongInts__AddDigit(LongInts__LongInt w, int k);
extern void LongInts__DivDigit(LongInts__LongInt w, int digit, int *r);
extern void LongInts__TenPower(LongInts__LongInt x, short int power);
extern void LongInts__BPower(LongInts__LongInt x, short int power);
extern void LongInts_init(void);

#endif