ref: 54bac038f411c10a596adf84c06df32f8c7c4c53
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;