/ This function sets an integer table information. */ /
| 189 | /* This function sets an integer table information. */ |
| 190 | /***********************************************************************/ |
| 191 | bool RELDEF::SetIntCatInfo(PCSZ what, int n) |
| 192 | { |
| 193 | return Hc->SetIntegerOption(what, n); |
| 194 | } // end of SetIntCatInfo |
| 195 | |
| 196 | /***********************************************************************/ |
| 197 | /* This function returns integer table information. */ |
no test coverage detected