home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / commodity / memminister / source / memminister.h < prev    next >
C/C++ Source or Header  |  1995-02-27  |  608b  |  27 lines

  1. #include <exec/types.h>
  2. #include <exec/memory.h>
  3. #include <intuition/intuition.h>
  4. #include <proto/exec.h>
  5. #include <proto/dos.h>
  6. #include <proto/intuition.h>
  7.  
  8. #define INTUI_V36_NAMES_ONLY
  9.  
  10. /*  proto  */
  11. VOID layoutAll( VOID ) ;
  12. VOID writeInit( VOID ) ;
  13. VOID writeFree( ULONG, ULONG ) ;
  14. VOID writeSnapped( ULONG, ULONG ) ;
  15. VOID writeUsed( ULONG, ULONG ) ;
  16. VOID myPrintINumber( ULONG, ULONG, ULONG ) ;
  17. VOID buildBoolBorder( struct Gadget * ) ;
  18. LONG digit_maxlength( VOID ) ;
  19.  
  20. #define MAX( a, b ) ( (a)>(b)?(a):(b) )
  21.  
  22. #define STRLEN (10)
  23. #define UPDATEDELAY (7)
  24.  
  25. #define SNAP_GAD    (0)
  26. #define FLUSH_GAD   (1)
  27.