Listed below are functions that I am not sure how to wrap:
- IupScanf – va_arg function. Can this even be wrapped?
- IupGetParam – va_arg function. Can this even be wrapped?
- Mask functions:
- IupMaskGet?? – Not yet wrapped, pointer to a string pointer howto?
- IupMaskMatGet?? – Not yet wrapped, pointer to a string pointer howto?
- IupMaskGetInt?? – Not yet wrapped, pointer to an integer pointer howto?
- IupMaskGetFloat?? – Not yet wrapped, pointer to a float howto?
- IupMastGetDouble?? – Not yet wrapped, pointer to a double howto?
- IupMaskMatGetInt?? – Not yet wrapped, pointer to an integer pointer howto?
- IupMaskMatGetFloat?? – Not yet wrapped, pointer to a float howto?
- IupMastMatGetDouble?? – Not yet wrapped, pointer to a double howto?