/* emxloadd.c (emx+gcc) -- Copyright (c) 1993 by Eberhard Mattes */

#include <stdlib.h>
#include <sys/emxload.h>
#include "emxload2.h"

int _emxload_disconnect (void)
{
  return (_emxload_request (_EMXLOAD_DISCONNECT, NULL, 0));
}
