code: 9ferno

ref: 6b9b01c4efb785704a8a5bff92d11250cb284c11
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);
void	ipinttostr(void *ip, int base, char *buf, int buflen);

extern	Type*	TIPint;