- Function
Return the number of screen pages available.
- Header
- 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
- Example
None.