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