home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
commodity
/
memminister
/
source
/
memminister.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-02-27
|
608b
|
27 lines
#include <exec/types.h>
#include <exec/memory.h>
#include <intuition/intuition.h>
#include <proto/exec.h>
#include <proto/dos.h>
#include <proto/intuition.h>
#define INTUI_V36_NAMES_ONLY
/* proto */
VOID layoutAll( VOID ) ;
VOID writeInit( VOID ) ;
VOID writeFree( ULONG, ULONG ) ;
VOID writeSnapped( ULONG, ULONG ) ;
VOID writeUsed( ULONG, ULONG ) ;
VOID myPrintINumber( ULONG, ULONG, ULONG ) ;
VOID buildBoolBorder( struct Gadget * ) ;
LONG digit_maxlength( VOID ) ;
#define MAX( a, b ) ( (a)>(b)?(a):(b) )
#define STRLEN (10)
#define UPDATEDELAY (7)
#define SNAP_GAD (0)
#define FLUSH_GAD (1)