画面上の行数を返却します。
#include "cobscreen.h" int coblines (void);
なし
この関数は、画面の高さを行数で返却します。
call "CBL_GET_SCR_SIZE" using ...
画面の高さを見つけ表示する場合
int depth = coblines(); printf("Depth of screen = %d\n", depth);