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