-
Magnus Blåudd authored
- the function 'bitmap_init' can never fail when the "buf" argument is provided. - remove the check of return code - add wrapper function 'ndb_bitmap_init' which requires buffer to be provided and adds automatic checking of the buffer size and also provides type safety - starting new file intended to contain wrapper functions for working with MY_BITMAP
Magnus Blåudd authored- the function 'bitmap_init' can never fail when the "buf" argument is provided. - remove the check of return code - add wrapper function 'ndb_bitmap_init' which requires buffer to be provided and adds automatic checking of the buffer size and also provides type safety - starting new file intended to contain wrapper functions for working with MY_BITMAP
Loading