ref: 6bb619c8db2867ddd9cd19c0aec05065f5ee0cae
dir: /libinterp/ipint.h/
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;