/* * inc/xms.h * Include file with xms functions declaration * Microsoft C 5.0 - Turbo C 2.0 - VAX C 3.0 * Grupo de Tecnologia em Computacao Grafica - PUC/RIO * 23 Ago 91 */ unsigned int far _gks_puc_xms_init (void); unsigned int far _gks_puc_xms_version (void); unsigned int far _gks_puc_xms_getmem (void); unsigned int far _gks_puc_xms_coreleft (void); unsigned int far _gks_puc_xms_geterror (void); unsigned int far _gks_puc_xms_blocksize (unsigned); unsigned int far _gks_puc_xms_alloc (unsigned); unsigned int far _gks_puc_xms_free (unsigned); unsigned int far _gks_puc_xms_movmem (long,unsigned,long,unsigned,long);