| 189 | |
| 190 | |
| 191 | ILboolean ILAPIENTRY ilutGetBoolean(ILenum Mode) |
| 192 | { |
| 193 | ILboolean Temp = IL_FALSE; |
| 194 | ilutGetBooleanv(Mode, &Temp); |
| 195 | return Temp; |
| 196 | } |
| 197 | |
| 198 | |
| 199 | void ILAPIENTRY ilutGetIntegerv(ILenum Mode, ILint *Param) |
nothing calls this directly
no outgoing calls
no test coverage detected