| 254 | |
| 255 | |
| 256 | ILint ILAPIENTRY ilutGetInteger(ILenum Mode) |
| 257 | { |
| 258 | ILint Temp = 0; |
| 259 | ilutGetIntegerv(Mode, &Temp); |
| 260 | return Temp; |
| 261 | } |
| 262 | |
| 263 | |
| 264 | void ILAPIENTRY ilutSetInteger(ILenum Mode, ILint Param) |
nothing calls this directly
no outgoing calls
no test coverage detected