[Contents] [index] [Help] [Retrace] [browse <] [Browse >]

The following are brief descriptions of the Intuition functions discussed
in this chapter.  See the Amiga ROM Kernel Reference Manual: Includes and
Autodocs for details on each function call.


               Table 11-1: Other Functions for Intuition
  _____________________________________________________________________
 |                                                                     |
 |     Function                 Description                            |
 |=====================================================================|
 |  allocremember()  allocate memory and track the allocation.         |
 |   freeremember()  free memory allocated with allocremember().       |
 |---------------------------------------------------------------------|
 |      lockibase()  lock intuitionbase for reading.                   |
 |    unlockibase()  unlock intuitionbase when done reading.           |
 |---------------------------------------------------------------------|
 |    currenttime()  get the system time in seconds and micro-seconds. |
 |       setprefs()  an intuition internal function you should try to  |
 |                   avoid.                                            |
 |_____________________________________________________________________|