shithub: purgatorio

ref: 6b84c3a6548f1c577948763b0a09a7b6e2460e04
dir: purgatorio/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;