Text 40
| 7222 | |
| 7223 | // Text 40 |
| 7224 | Update_t CmdViewOutput_Text4X (int nArgs) |
| 7225 | { |
| 7226 | return _ViewOutput( VIEW_PAGE_X, VF_TEXT ); |
| 7227 | } |
| 7228 | Update_t CmdViewOutput_Text41 (int nArgs) |
| 7229 | { |
| 7230 | return _ViewOutput( VIEW_PAGE_1, VF_TEXT ); |
nothing calls this directly
no test coverage detected