Miscellaneous


Typedefs

typedef long size_t

Functions

long get_hardware_version (void)


Compounds

     struct   ScoreThe game's high score archive
     struct   score_tThe game's high score structure


Detailed Description

Structures and functions that don't fit anywhere else. By using Score structure methods, you make your game players' results available for upload to the Cybiko site. Thus, your game becomes contest-enabled!


Typedef Documentation

typedef long size_t
 

Result of the sizeof operator.


Function Documentation

long get_hardware_version ( void )
 

Returns the version of Cybiko computer's hardware.

Returns:
version of CYBIKO hardware.
       #include <cybiko.h>
       ...
       TRACE("Your hardware version is %ld", get_hardware_version() );
       ...