code: 9ferno

ref: 897ab0913d20930339f244c3ee031b53a229747d
dir: /libinterp/ipint.h/

View raw version
typedef struct IPint IPint;

#pragma incomplete IPint

//Keyring_IPint*	newIPint(mpint*);
void*	newIPint(mpint*);
//mpint*	checkIPint(Keyring_IPint*);
mpint*	checkIPint(void*);
void	freeIPint(Heap*, int);
void	ipintsmodinit(void);

extern	Type*	TIPint;