fpc/packages/base/libc/sswaph.inc
2003-06-26 08:31:12 +00:00

15 lines
452 B
PHP

const
SWAP_FLAG_PREFER = $8000;
SWAP_FLAG_PRIO_MASK = $7fff;
SWAP_FLAG_PRIO_SHIFT = 0;
function swapon(__path:Pchar; __flags:longint):longint;cdecl;external clib name 'swapon';
function swapoff(__path:Pchar):longint;cdecl;external clib name 'swapoff';
{ ---------------------------------------------------------------------
Borland compatibility types
---------------------------------------------------------------------}
// Type