| 33 | #undef GxB_Iterator_get_UDT |
| 34 | |
| 35 | bool GxB_Iterator_get_BOOL (GxB_Iterator iterator) |
| 36 | { |
| 37 | return (GB_Iterator_get (iterator, bool)) ; |
| 38 | } |
| 39 | |
| 40 | int8_t GxB_Iterator_get_INT8 (GxB_Iterator iterator) |
| 41 | { |
no outgoing calls
no test coverage detected