ref: ad5a80bfb081dc954be03836cc65090e0f6c7e4f
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); extern Type* TIPint;