ref: 07bee1c2ea89752e608d881dde2e2a4a1e738516
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;