/* sys/memavail.c (emx+gcc) -- Copyright (c) 1992-1993 by Eberhard Mattes */

#include <sys/emx.h>

int __memavail (void)
{
  return (0);
}
