Next Previous Contents

3.177 tgi_getpagecount

Function

Return the number of screen pages available.

Header

tgi.h

Declaration

unsigned __fastcall__ tgi_getpagecount (void);

Description

Return the number of screen pages available.

Limits

  • The function is only available as fastcall function, so it may only be used in presence of a prototype.

Availability

cc65

See also

tgi_setdrawpage, tgi_setviewpage

Example

None.


Next Previous Contents