ref: 2dd98ec94ebe7429531ae99996841e46faa73e5c
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;