/* sys/swchar.c (emx+gcc) -- Copyright (c) 1992-1993 by Eberhard Mattes */

#include <sys/emx.h>

int __swchar (int flag, int new)
{
  return (0xff);
}
